@awell-health/awell-extensions 1.1.40 → 1.1.42-beta14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/dist/extensions/awell/v1/webhooks/index.d.ts +1 -1
  2. package/dist/extensions/awell/v1/webhooks/pathwayStart.js +12 -3
  3. package/dist/extensions/awell/v1/webhooks/pathwayStart.js.map +1 -1
  4. package/dist/extensions/calDotCom/webhooks/index.d.ts +1 -1
  5. package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
  6. package/dist/extensions/collectData/v1/actions/collectMedication/config/datapoints.d.ts +4 -0
  7. package/dist/extensions/collectData/v1/actions/collectMedication/config/datapoints.js +4 -0
  8. package/dist/extensions/collectData/v1/actions/collectMedication/config/datapoints.js.map +1 -1
  9. package/dist/extensions/elation/actions/updatePatient.js +1 -0
  10. package/dist/extensions/elation/actions/updatePatient.js.map +1 -1
  11. package/dist/extensions/elation/webhooks/index.d.ts +1 -1
  12. package/dist/extensions/healthie/lib/sdk/generated/sdk.d.ts +373 -9
  13. package/dist/extensions/healthie/lib/sdk/generated/sdk.js +110 -3
  14. package/dist/extensions/healthie/lib/sdk/generated/sdk.js.map +1 -1
  15. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.d.ts +11 -1
  16. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js +15 -1
  17. package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js.map +1 -1
  18. package/dist/extensions/healthie/lib/types.d.ts +1 -0
  19. package/dist/extensions/healthie/lib/types.js +2 -0
  20. package/dist/extensions/healthie/lib/types.js.map +1 -1
  21. package/dist/extensions/healthie/webhooks/appliedTagCreated.d.ts +2 -1
  22. package/dist/extensions/healthie/webhooks/appliedTagCreated.js +33 -12
  23. package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
  24. package/dist/extensions/healthie/webhooks/appliedTagDeleted.d.ts +2 -1
  25. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +33 -12
  26. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
  27. package/dist/extensions/healthie/webhooks/appointmentCreated.d.ts +6 -1
  28. package/dist/extensions/healthie/webhooks/appointmentCreated.js +40 -12
  29. package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
  30. package/dist/extensions/healthie/webhooks/appointmentDeleted.d.ts +2 -1
  31. package/dist/extensions/healthie/webhooks/appointmentDeleted.js +36 -12
  32. package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
  33. package/dist/extensions/healthie/webhooks/appointmentUpdated.d.ts +6 -1
  34. package/dist/extensions/healthie/webhooks/appointmentUpdated.js +40 -12
  35. package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
  36. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.d.ts +6 -1
  37. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +40 -12
  38. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
  39. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.d.ts +2 -1
  40. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +35 -12
  41. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
  42. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.d.ts +6 -1
  43. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +40 -12
  44. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
  45. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.d.ts +6 -1
  46. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +40 -12
  47. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
  48. package/dist/extensions/healthie/webhooks/goalCreated.d.ts +2 -1
  49. package/dist/extensions/healthie/webhooks/goalCreated.js +34 -13
  50. package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
  51. package/dist/extensions/healthie/webhooks/goalUpdated.d.ts +2 -1
  52. package/dist/extensions/healthie/webhooks/goalUpdated.js +34 -13
  53. package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
  54. package/dist/extensions/healthie/webhooks/index.d.ts +316 -1
  55. package/dist/extensions/healthie/webhooks/labOrderCreated.d.ts +2 -1
  56. package/dist/extensions/healthie/webhooks/labOrderCreated.js +33 -12
  57. package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
  58. package/dist/extensions/healthie/webhooks/labOrderUpdated.d.ts +2 -1
  59. package/dist/extensions/healthie/webhooks/labOrderUpdated.js +33 -12
  60. package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
  61. package/dist/extensions/healthie/webhooks/messageCreated.d.ts +2 -1
  62. package/dist/extensions/healthie/webhooks/messageCreated.js +35 -13
  63. package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
  64. package/dist/extensions/healthie/webhooks/messageDeleted.d.ts +2 -1
  65. package/dist/extensions/healthie/webhooks/messageDeleted.js +35 -13
  66. package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
  67. package/dist/extensions/healthie/webhooks/metricEntryCreated.d.ts +2 -1
  68. package/dist/extensions/healthie/webhooks/metricEntryCreated.js +33 -12
  69. package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
  70. package/dist/extensions/healthie/webhooks/metricEntryUpdated.d.ts +2 -1
  71. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +33 -12
  72. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
  73. package/dist/extensions/healthie/webhooks/patientCreated.js +5 -0
  74. package/dist/extensions/healthie/webhooks/patientCreated.js.map +1 -1
  75. package/dist/extensions/healthie/webhooks/patientUpdated.js +5 -0
  76. package/dist/extensions/healthie/webhooks/patientUpdated.js.map +1 -1
  77. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.d.ts +2 -1
  78. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +33 -12
  79. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
  80. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.d.ts +2 -1
  81. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +33 -12
  82. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
  83. package/dist/extensions/healthie/webhooks/taskCreated.d.ts +2 -1
  84. package/dist/extensions/healthie/webhooks/taskCreated.js +33 -12
  85. package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
  86. package/dist/extensions/healthie/webhooks/taskUpdated.d.ts +2 -1
  87. package/dist/extensions/healthie/webhooks/taskUpdated.js +33 -12
  88. package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
  89. package/dist/extensions/hello-world/webhooks/index.d.ts +1 -1
  90. package/dist/extensions/index.d.ts +1 -1
  91. package/dist/extensions/zusHealth/webhooks/index.d.ts +37 -1
  92. package/dist/extensions/zusHealth/webhooks/patientAdmitted.d.ts +2 -1
  93. package/dist/extensions/zusHealth/webhooks/patientAdmitted.js.map +1 -1
  94. package/dist/extensions/zusHealth/webhooks/patientDischarged.d.ts +2 -1
  95. package/dist/extensions/zusHealth/webhooks/patientDischarged.js.map +1 -1
  96. package/dist/src/test-server.js +4 -0
  97. package/dist/src/test-server.js.map +1 -1
  98. package/package.json +4 -3
@@ -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';
@@ -6049,6 +6115,7 @@ export type MetricGraphDataType = {
6049
6115
  };
6050
6116
  /** Type of multi-factor authentication used */
6051
6117
  export declare enum MfaType {
6118
+ Email = "EMAIL",
6052
6119
  Sms = "SMS"
6053
6120
  }
6054
6121
  /** Monthly billing items data */
@@ -6124,6 +6191,8 @@ export type Mutation = {
6124
6191
  copyCustomModule?: Maybe<CopyCustomModulePayload>;
6125
6192
  /** copy Custom Module Form */
6126
6193
  copyCustomModuleForm?: Maybe<CopyCustomModuleFormPayload>;
6194
+ /** Copy Forms */
6195
+ copyForms?: Maybe<CopyFormsPayload>;
6127
6196
  /** Copy an Offering */
6128
6197
  copyOffering?: Maybe<CopyOfferingPayload>;
6129
6198
  /** Create Accepted Insurance Plans */
@@ -6509,10 +6578,14 @@ export type Mutation = {
6509
6578
  embedForm?: Maybe<EmbedFormPayload>;
6510
6579
  /** Generate Patients Dosespot SSO for a Given Provider */
6511
6580
  enableDosespotSelfSignup?: Maybe<EnableSelfSignupPayload>;
6581
+ /** Adding Google Integrations */
6582
+ enableGoogleIntegrations?: Maybe<EnableGoogleIntegrationsPayload>;
6512
6583
  /** Enable Mixpanel for Enterprise Client */
6513
6584
  enableMixpanel?: Maybe<EnableMixpanelPayload>;
6514
6585
  /** Enable Zoom Features */
6515
6586
  enableZoomFeatures?: Maybe<EnableZoomFeaturesPayload>;
6587
+ /** Expires the webhook signature */
6588
+ expireWebhookSignature?: Maybe<ExpireWebhookSignaturePayload>;
6516
6589
  /** Creates a template from existing Care Plan. Original object is not touched */
6517
6590
  exportCarePlanToTemplate?: Maybe<ExportToTemplatePayload>;
6518
6591
  /** Export Client EHI data */
@@ -6693,6 +6766,8 @@ export type Mutation = {
6693
6766
  updateGroupCarePlan?: Maybe<UpdateGroupCarePlanPayload>;
6694
6767
  /** Update a HealthConcern Object */
6695
6768
  updateHealthConcern?: Maybe<UpdateHealthConcernPayload>;
6769
+ /** Update an Appointment Setting */
6770
+ updateHiddenAppointmentSettings?: Maybe<UpdateHiddenSettingsPayload>;
6696
6771
  /** Update a Human */
6697
6772
  updateHuman?: Maybe<UpdateHumanPayload>;
6698
6773
  /** Update an Immunization and return Immunization */
@@ -6915,6 +6990,10 @@ export type MutationCopyCustomModuleFormArgs = {
6915
6990
  input?: InputMaybe<CopyCustomModuleFormInput>;
6916
6991
  };
6917
6992
  /** The mutation root of this schema. See available mutations. */
6993
+ export type MutationCopyFormsArgs = {
6994
+ input?: InputMaybe<CopyFormsInput>;
6995
+ };
6996
+ /** The mutation root of this schema. See available mutations. */
6918
6997
  export type MutationCopyOfferingArgs = {
6919
6998
  input?: InputMaybe<CopyOfferingInput>;
6920
6999
  };
@@ -7679,6 +7758,10 @@ export type MutationEnableDosespotSelfSignupArgs = {
7679
7758
  input?: InputMaybe<EnableSelfSignupInput>;
7680
7759
  };
7681
7760
  /** The mutation root of this schema. See available mutations. */
7761
+ export type MutationEnableGoogleIntegrationsArgs = {
7762
+ input?: InputMaybe<EnableGoogleIntegrationsInput>;
7763
+ };
7764
+ /** The mutation root of this schema. See available mutations. */
7682
7765
  export type MutationEnableMixpanelArgs = {
7683
7766
  input?: InputMaybe<EnableMixpanelInput>;
7684
7767
  };
@@ -7687,6 +7770,10 @@ export type MutationEnableZoomFeaturesArgs = {
7687
7770
  input?: InputMaybe<EnableZoomFeaturesInput>;
7688
7771
  };
7689
7772
  /** The mutation root of this schema. See available mutations. */
7773
+ export type MutationExpireWebhookSignatureArgs = {
7774
+ input?: InputMaybe<ExpireWebhookSignatureInput>;
7775
+ };
7776
+ /** The mutation root of this schema. See available mutations. */
7690
7777
  export type MutationExportCarePlanToTemplateArgs = {
7691
7778
  input?: InputMaybe<ExportToTemplateInput>;
7692
7779
  };
@@ -8047,6 +8134,10 @@ export type MutationUpdateHealthConcernArgs = {
8047
8134
  input?: InputMaybe<UpdateHealthConcernInput>;
8048
8135
  };
8049
8136
  /** The mutation root of this schema. See available mutations. */
8137
+ export type MutationUpdateHiddenAppointmentSettingsArgs = {
8138
+ input?: InputMaybe<UpdateHiddenSettingsInput>;
8139
+ };
8140
+ /** The mutation root of this schema. See available mutations. */
8050
8141
  export type MutationUpdateHumanArgs = {
8051
8142
  input?: InputMaybe<UpdateHumanInput>;
8052
8143
  };
@@ -8430,6 +8521,10 @@ export type NotificationContact = {
8430
8521
  emergency: Scalars['Boolean'];
8431
8522
  /** first name of a contact */
8432
8523
  first_name?: Maybe<Scalars['String']>;
8524
+ /** full legal name with preferred */
8525
+ full_legal_name_with_preferred?: Maybe<Scalars['String']>;
8526
+ /** full name of a contact */
8527
+ full_name?: Maybe<Scalars['String']>;
8433
8528
  /** The unique identifier of the contact */
8434
8529
  id: Scalars['ID'];
8435
8530
  /** last name of a contact */
@@ -9368,7 +9463,7 @@ export type OrganizationMembership = {
9368
9463
  can_see_calendar?: Maybe<Scalars['Boolean']>;
9369
9464
  /** If true, the user can see all clients in the organization */
9370
9465
  can_see_clients?: Maybe<Scalars['Boolean']>;
9371
- /** If true, the user can see documetns within the entire org */
9466
+ /** If true, the user can see documents within the entire org */
9372
9467
  can_see_docs?: Maybe<Scalars['Boolean']>;
9373
9468
  /** If true, the user can see incoming faxes */
9374
9469
  can_see_faxes?: Maybe<Scalars['Boolean']>;
@@ -9708,6 +9803,8 @@ export type PermissionTemplateType = {
9708
9803
  id: Scalars['ID'];
9709
9804
  /** If true, the user has been noted as being an admin */
9710
9805
  is_admin?: Maybe<Scalars['Boolean']>;
9806
+ /** Whether the user is a developer */
9807
+ is_developer?: Maybe<Scalars['Boolean']>;
9711
9808
  /** Whether the user is a provider in the organization */
9712
9809
  is_provider?: Maybe<Scalars['Boolean']>;
9713
9810
  /** Name of template */
@@ -10444,7 +10541,7 @@ export type Query = {
10444
10541
  courseItem?: Maybe<CourseItem>;
10445
10542
  /** get all custom custom emails for a current user */
10446
10543
  courseItemCustomEmails?: Maybe<Array<CustomEmail>>;
10447
- /** get all documents for current user */
10544
+ /** get all documents for current user, can optionally include the attached org document by providing course_id and course_item_id. */
10448
10545
  courseItemDocuments?: Maybe<Array<Document>>;
10449
10546
  /** get all custom module forms for a current user */
10450
10547
  courseItemForms?: Maybe<Array<CustomModuleForm>>;
@@ -10992,15 +11089,21 @@ export type QueryAppointmentArgs = {
10992
11089
  };
10993
11090
  /** The query root of this schema. See available queries. */
10994
11091
  export type QueryAppointmentBookingWarningsArgs = {
11092
+ additional_providers?: InputMaybe<Scalars['String']>;
10995
11093
  appointment_type_id?: InputMaybe<Scalars['ID']>;
10996
11094
  attendee_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11095
+ current_appt_id?: InputMaybe<Scalars['String']>;
10997
11096
  date?: InputMaybe<Scalars['String']>;
11097
+ is_editing?: InputMaybe<Scalars['Boolean']>;
11098
+ is_group_appt?: InputMaybe<Scalars['Boolean']>;
10998
11099
  is_repeating?: InputMaybe<Scalars['Boolean']>;
11100
+ length_in_minutes?: InputMaybe<Scalars['Int']>;
10999
11101
  provider_id?: InputMaybe<Scalars['ID']>;
11000
11102
  recurring_appt_id?: InputMaybe<Scalars['String']>;
11001
11103
  repeat_interval?: InputMaybe<Scalars['String']>;
11002
11104
  repeat_times?: InputMaybe<Scalars['String']>;
11003
11105
  time?: InputMaybe<Scalars['String']>;
11106
+ timezone?: InputMaybe<Scalars['String']>;
11004
11107
  };
11005
11108
  /** The query root of this schema. See available queries. */
11006
11109
  export type QueryAppointmentFrequencyDataArgs = {
@@ -11115,6 +11218,7 @@ export type QueryAppointmentsArgs = {
11115
11218
  specificDay?: InputMaybe<Scalars['String']>;
11116
11219
  startDate?: InputMaybe<Scalars['String']>;
11117
11220
  unconfirmed?: InputMaybe<Scalars['Boolean']>;
11221
+ use_provider_inclusions?: InputMaybe<Scalars['Boolean']>;
11118
11222
  user_id?: InputMaybe<Scalars['ID']>;
11119
11223
  with_all_statuses?: InputMaybe<Scalars['Boolean']>;
11120
11224
  with_others?: InputMaybe<Scalars['Boolean']>;
@@ -11526,6 +11630,10 @@ export type QueryCourseItemArgs = {
11526
11630
  id?: InputMaybe<Scalars['ID']>;
11527
11631
  };
11528
11632
  /** The query root of this schema. See available queries. */
11633
+ export type QueryCourseItemDocumentsArgs = {
11634
+ course_item_id?: InputMaybe<Scalars['ID']>;
11635
+ };
11636
+ /** The query root of this schema. See available queries. */
11529
11637
  export type QueryCourseItemsArgs = {
11530
11638
  client_id?: InputMaybe<Scalars['ID']>;
11531
11639
  course_id?: InputMaybe<Scalars['ID']>;
@@ -11867,7 +11975,9 @@ export type QueryFormAnswerGroupsCountArgs = {
11867
11975
  filler_id?: InputMaybe<Scalars['String']>;
11868
11976
  form_answer_group_id?: InputMaybe<Scalars['String']>;
11869
11977
  ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11978
+ locked_status?: InputMaybe<Scalars['Boolean']>;
11870
11979
  name?: InputMaybe<Scalars['String']>;
11980
+ signed_status?: InputMaybe<Scalars['Boolean']>;
11871
11981
  user_id?: InputMaybe<Scalars['String']>;
11872
11982
  };
11873
11983
  /** The query root of this schema. See available queries. */
@@ -12099,7 +12209,6 @@ export type QueryInsurancePlansArgs = {
12099
12209
  keywords?: InputMaybe<Scalars['String']>;
12100
12210
  offset?: InputMaybe<Scalars['Int']>;
12101
12211
  order_by?: InputMaybe<InsurancePlanOrderKeys>;
12102
- page_size?: InputMaybe<Scalars['Int']>;
12103
12212
  should_paginate?: InputMaybe<Scalars['Boolean']>;
12104
12213
  };
12105
12214
  /** The query root of this schema. See available queries. */
@@ -14996,6 +15105,26 @@ export type UpdateCurrencyPayload = {
14996
15105
  messages?: Maybe<Array<Maybe<FieldError>>>;
14997
15106
  success_string?: Maybe<Scalars['String']>;
14998
15107
  };
15108
+ /** Autogenerated input type of UpdateHiddenSettings */
15109
+ export type UpdateHiddenSettingsInput = {
15110
+ /** User's AppointmentSetting ID */
15111
+ appointment_setting_id: Scalars['ID'];
15112
+ /** Appointment Setting Params */
15113
+ appointment_setting_params: AppointmentSettingInputs;
15114
+ };
15115
+ /** Autogenerated return type of UpdateHiddenSettings. */
15116
+ export type UpdateHiddenSettingsPayload = {
15117
+ __typename?: 'UpdateHiddenSettingsPayload';
15118
+ /**
15119
+ * DO NOT USE
15120
+ * @deprecated DO NOT USE
15121
+ */
15122
+ clientMutationId?: Maybe<Scalars['String']>;
15123
+ /** The list of errors occurred during the mutation */
15124
+ messages?: Maybe<Array<Maybe<FieldError>>>;
15125
+ /** The success string */
15126
+ success_string?: Maybe<Scalars['String']>;
15127
+ };
14999
15128
  /** Autogenerated input type of Update */
15000
15129
  export type UpdateInput = {
15001
15130
  /** Healthie organization ID */
@@ -15285,6 +15414,8 @@ export type User = {
15285
15414
  custom_metrics: Array<CustomMetric>;
15286
15415
  /** The default currency for the user */
15287
15416
  default_currency?: Maybe<Scalars['String']>;
15417
+ /** 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. */
15418
+ default_dosespot_clinic_id?: Maybe<Scalars['String']>;
15288
15419
  /** Default external videochat URL for scheduling with this user */
15289
15420
  default_external_video_url?: Maybe<Scalars['String']>;
15290
15421
  /** The id of the users default onboarding flow */
@@ -15345,7 +15476,7 @@ export type User = {
15345
15476
  feature_toggle?: Maybe<FeatureToggle>;
15346
15477
  /** Date of the first client entry */
15347
15478
  first_client_entry_date?: Maybe<Scalars['String']>;
15348
- /** The first name of this user */
15479
+ /** The first (preferred) name of this user */
15349
15480
  first_name?: Maybe<Scalars['String']>;
15350
15481
  /** The first name and last initial of the user */
15351
15482
  first_name_last_initial?: Maybe<Scalars['String']>;
@@ -15360,7 +15491,7 @@ export type User = {
15360
15491
  /** The full legal name of this user */
15361
15492
  full_legal_name?: Maybe<Scalars['String']>;
15362
15493
  /**
15363
- * The full legal name of this user with preferred name in parentheticals i.e(Jonathan (Wizkid) Jones)
15494
+ * The full legal name of this user with preferred name in parentheses. e.g 'Jonathan (Jon) Jones'
15364
15495
  *
15365
15496
  */
15366
15497
  full_legal_name_with_preferred?: Maybe<Scalars['String']>;
@@ -15529,7 +15660,10 @@ export type User = {
15529
15660
  incomplete_tasks?: Maybe<Array<Task>>;
15530
15661
  /** Insurance Authorization for this user */
15531
15662
  insurance_authorization?: Maybe<InsuranceAuthorizationType>;
15532
- /** Hash for intercom */
15663
+ /**
15664
+ * Hash for intercom
15665
+ * @deprecated NO LONGER USED
15666
+ */
15533
15667
  intercom_hash?: Maybe<Scalars['String']>;
15534
15668
  /** The invite code for the provider */
15535
15669
  invite_code?: Maybe<Scalars['String']>;
@@ -15557,7 +15691,10 @@ export type User = {
15557
15691
  is_trialing?: Maybe<Scalars['String']>;
15558
15692
  /** If the user aware they switched providers on specific login (can only do for current user) */
15559
15693
  knows_about_provider?: Maybe<Scalars['Boolean']>;
15560
- /** The client-side Kustomer API Key. (Only applies to specific custom whitelabels) */
15694
+ /**
15695
+ * The client-side Kustomer API Key. (Only applies to specific custom whitelabels)
15696
+ * @deprecated NO LONGER USED
15697
+ */
15561
15698
  kustomer_api_key?: Maybe<Scalars['String']>;
15562
15699
  /** last date user was active through web or mobile */
15563
15700
  last_active?: Maybe<Scalars['String']>;
@@ -15664,7 +15801,10 @@ export type User = {
15664
15801
  outlook?: Maybe<ExternalCalendar>;
15665
15802
  /** Status paid for fax */
15666
15803
  paid_for_fax_status?: Maybe<Scalars['String']>;
15667
- /** boolean for If a user is a part of the journify organization */
15804
+ /**
15805
+ * boolean for If a user is a part of the journify organization
15806
+ * @deprecated NO LONGER USED.
15807
+ */
15668
15808
  part_of_journify?: Maybe<Scalars['Boolean']>;
15669
15809
  /** When true, the user is a patient and has auto submit cms1500 enabled */
15670
15810
  patient_has_cms1500_auto_submission_enabled?: Maybe<Scalars['Boolean']>;
@@ -16367,6 +16507,8 @@ export type Webhook = {
16367
16507
  signature_secret?: Maybe<Scalars['String']>;
16368
16508
  /** The URL that the webhook will be sent to */
16369
16509
  url?: Maybe<Scalars['String']>;
16510
+ /** The date and time that the customer was wamed about the webhook failing */
16511
+ warned_at?: Maybe<Scalars['ISO8601DateTime']>;
16370
16512
  /** The events that the webhook is subscribed to */
16371
16513
  webhook_events?: Maybe<Array<WebhookEvent>>;
16372
16514
  };
@@ -16377,6 +16519,8 @@ export type WebhookEvent = {
16377
16519
  created_at: Scalars['ISO8601DateTime'];
16378
16520
  /** The type of webhook */
16379
16521
  event_type: Scalars['String'];
16522
+ /** The date and time that the webhook first failed */
16523
+ first_failed_at?: Maybe<Scalars['ISO8601DateTime']>;
16380
16524
  /** The unique identifier of the webhook */
16381
16525
  id: Scalars['ID'];
16382
16526
  /** The date and time that the webhook last failed */
@@ -16388,6 +16532,13 @@ export type WebhookEvent = {
16388
16532
  /** The webhook that the event is associated with */
16389
16533
  webhook: Webhook;
16390
16534
  };
16535
+ /** Payload for a webhook event */
16536
+ export type WebhookEventInput = {
16537
+ /** The type of webhook event */
16538
+ event_type: Scalars['String'];
16539
+ /** The ID of the webhook event */
16540
+ id?: InputMaybe<Scalars['ID']>;
16541
+ };
16391
16542
  /** Webhook sorting enum */
16392
16543
  export declare enum WebhookOrderKeys {
16393
16544
  CreatedAtAsc = "CREATED_AT_ASC",
@@ -17082,6 +17233,7 @@ export type CreateAppointmentSettingInput = {
17082
17233
  ask_to_confirm_via_text?: InputMaybe<Scalars['Boolean']>;
17083
17234
  auto_create_cms1500?: InputMaybe<Scalars['Boolean']>;
17084
17235
  auto_invoicing?: InputMaybe<Scalars['Boolean']>;
17236
+ auto_schedule_charges_for_late_cancellation_no_show?: InputMaybe<Scalars['Boolean']>;
17085
17237
  auto_submit_cms1500?: InputMaybe<Scalars['Boolean']>;
17086
17238
  booking_interval_restriction?: InputMaybe<Scalars['Int']>;
17087
17239
  buffer?: InputMaybe<Scalars['String']>;
@@ -17101,6 +17253,7 @@ export type CreateAppointmentSettingInput = {
17101
17253
  hide_link?: InputMaybe<Scalars['Boolean']>;
17102
17254
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
17103
17255
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
17256
+ late_cancellation_fee?: InputMaybe<Scalars['String']>;
17104
17257
  max_days_in_future?: InputMaybe<Scalars['String']>;
17105
17258
  /** Prevents the patient from canceling too close the appointment time. In minutes */
17106
17259
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -17108,6 +17261,7 @@ export type CreateAppointmentSettingInput = {
17108
17261
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
17109
17262
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
17110
17263
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
17264
+ no_show_fee?: InputMaybe<Scalars['String']>;
17111
17265
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
17112
17266
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
17113
17267
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -19032,6 +19186,7 @@ export type CreatePermissionTemplateInput = {
19032
19186
  gets_fax_notif?: InputMaybe<Scalars['Boolean']>;
19033
19187
  has_own_branding?: InputMaybe<Scalars['Boolean']>;
19034
19188
  is_admin?: InputMaybe<Scalars['Boolean']>;
19189
+ is_developer?: InputMaybe<Scalars['Boolean']>;
19035
19190
  is_provider?: InputMaybe<Scalars['Boolean']>;
19036
19191
  name?: InputMaybe<Scalars['String']>;
19037
19192
  notify_any_client_activity?: InputMaybe<Scalars['Boolean']>;
@@ -19421,7 +19576,7 @@ export type CreateStripeCustomerDetailPayload = {
19421
19576
  export type CreateSubscriptionInput = {
19422
19577
  billing_address?: InputMaybe<BillingAddressInput>;
19423
19578
  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 */
19579
+ /** Can be passed in instead of plan_id to select which plan the subscription should be on. Normally preferable to use plan_id */
19425
19580
  plan_name?: InputMaybe<Scalars['String']>;
19426
19581
  token?: InputMaybe<Scalars['String']>;
19427
19582
  };
@@ -19570,6 +19725,8 @@ export type CreateWebhookInput = {
19570
19725
  is_enabled?: InputMaybe<Scalars['Boolean']>;
19571
19726
  /** A valid URL per the WHATWG specification */
19572
19727
  url?: InputMaybe<Scalars['String']>;
19728
+ /** Webhook events to create */
19729
+ webhook_events?: InputMaybe<Array<InputMaybe<WebhookEventInput>>>;
19573
19730
  };
19574
19731
  /** Autogenerated return type of createWebhook. */
19575
19732
  export type CreateWebhookPayload = {
@@ -20998,6 +21155,28 @@ export type EditAvailabilityPayload = {
20998
21155
  /** The list of errors occurred during the mutation */
20999
21156
  messages?: Maybe<Array<Maybe<FieldError>>>;
21000
21157
  };
21158
+ /** Autogenerated input type of enableGoogleIntegrations */
21159
+ export type EnableGoogleIntegrationsInput = {
21160
+ /** Google Analytics ID */
21161
+ ga_id?: InputMaybe<Scalars['String']>;
21162
+ /** Google Tag Manager ID */
21163
+ gtm_id?: InputMaybe<Scalars['String']>;
21164
+ /** Healthie Provider ID */
21165
+ user_id: Scalars['ID'];
21166
+ };
21167
+ /** Autogenerated return type of enableGoogleIntegrations. */
21168
+ export type EnableGoogleIntegrationsPayload = {
21169
+ __typename?: 'enableGoogleIntegrationsPayload';
21170
+ /**
21171
+ * DO NOT USE
21172
+ * @deprecated DO NOT USE
21173
+ */
21174
+ clientMutationId?: Maybe<Scalars['String']>;
21175
+ /** The list of errors occurred during the mutation */
21176
+ messages?: Maybe<Array<Maybe<FieldError>>>;
21177
+ /** The success message */
21178
+ success_string?: Maybe<Scalars['String']>;
21179
+ };
21001
21180
  /** Autogenerated input type of enableSelfSignup */
21002
21181
  export type EnableSelfSignupInput = {
21003
21182
  /** To enable or disable */
@@ -21018,6 +21197,23 @@ export type EnableSelfSignupPayload = {
21018
21197
  /** The success string */
21019
21198
  success_string?: Maybe<Scalars['String']>;
21020
21199
  };
21200
+ /** Autogenerated input type of expireWebhookSignature */
21201
+ export type ExpireWebhookSignatureInput = {
21202
+ /** The ID of the webhook */
21203
+ id: Scalars['ID'];
21204
+ };
21205
+ /** Autogenerated return type of expireWebhookSignature. */
21206
+ export type ExpireWebhookSignaturePayload = {
21207
+ __typename?: 'expireWebhookSignaturePayload';
21208
+ /**
21209
+ * DO NOT USE
21210
+ * @deprecated DO NOT USE
21211
+ */
21212
+ clientMutationId?: Maybe<Scalars['String']>;
21213
+ /** The list of errors occurred during the mutation */
21214
+ messages?: Maybe<Array<Maybe<FieldError>>>;
21215
+ webhook?: Maybe<Webhook>;
21216
+ };
21021
21217
  /** Autogenerated input type of exportClientEhi */
21022
21218
  export type ExportClientEhiInput = {
21023
21219
  /** The ID of the client to export EHI data for. */
@@ -21403,6 +21599,8 @@ export type SignUpInput = {
21403
21599
  password?: InputMaybe<Scalars['String']>;
21404
21600
  phone_number?: InputMaybe<Scalars['String']>;
21405
21601
  provider_type?: InputMaybe<Scalars['String']>;
21602
+ /** Affliate id used for conversion tracking */
21603
+ ps_xid?: InputMaybe<Scalars['String']>;
21406
21604
  /** 'patient' to create a patient, 'dietitian' to create a staff member or provider */
21407
21605
  role?: InputMaybe<Scalars['String']>;
21408
21606
  /** timezone from TZ database names in IANA Timezone list */
@@ -21681,6 +21879,7 @@ export type UpdateAppointmentSettingInput = {
21681
21879
  ask_to_confirm_via_text?: InputMaybe<Scalars['Boolean']>;
21682
21880
  auto_create_cms1500?: InputMaybe<Scalars['Boolean']>;
21683
21881
  auto_invoicing?: InputMaybe<Scalars['Boolean']>;
21882
+ auto_schedule_charges_for_late_cancellation_no_show?: InputMaybe<Scalars['Boolean']>;
21684
21883
  auto_submit_cms1500?: InputMaybe<Scalars['Boolean']>;
21685
21884
  booking_interval_restriction?: InputMaybe<Scalars['Int']>;
21686
21885
  buffer?: InputMaybe<Scalars['String']>;
@@ -21703,6 +21902,7 @@ export type UpdateAppointmentSettingInput = {
21703
21902
  id?: InputMaybe<Scalars['ID']>;
21704
21903
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
21705
21904
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
21905
+ late_cancellation_fee?: InputMaybe<Scalars['String']>;
21706
21906
  max_days_in_future?: InputMaybe<Scalars['String']>;
21707
21907
  /** Prevents the patient from canceling too close the appointment time. In minutes */
21708
21908
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -21710,6 +21910,7 @@ export type UpdateAppointmentSettingInput = {
21710
21910
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
21711
21911
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
21712
21912
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
21913
+ no_show_fee?: InputMaybe<Scalars['String']>;
21713
21914
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
21714
21915
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
21715
21916
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -22134,6 +22335,8 @@ export type UpdateClientInput = {
22134
22335
  auto_charge_enabled?: InputMaybe<Scalars['Boolean']>;
22135
22336
  client_source?: InputMaybe<ClientSourceInput>;
22136
22337
  current_email?: InputMaybe<Scalars['String']>;
22338
+ /** The default Dosespot Clinic ID to use for a patient. Commonly nil, in which case the provider's default is used */
22339
+ default_dosespot_clinic_id?: InputMaybe<Scalars['String']>;
22137
22340
  diagnoses?: InputMaybe<Array<InputMaybe<DiagnosesInput>>>;
22138
22341
  dietitian_id?: InputMaybe<Scalars['String']>;
22139
22342
  dob?: InputMaybe<Scalars['String']>;
@@ -23636,6 +23839,7 @@ export type UpdatePermissionTemplateInput = {
23636
23839
  has_own_branding?: InputMaybe<Scalars['Boolean']>;
23637
23840
  id?: InputMaybe<Scalars['ID']>;
23638
23841
  is_admin?: InputMaybe<Scalars['Boolean']>;
23842
+ is_developer?: InputMaybe<Scalars['Boolean']>;
23639
23843
  is_provider?: InputMaybe<Scalars['Boolean']>;
23640
23844
  name?: InputMaybe<Scalars['String']>;
23641
23845
  notify_any_client_activity?: InputMaybe<Scalars['Boolean']>;
@@ -24291,6 +24495,8 @@ export type UpdateWebhookInput = {
24291
24495
  is_enabled?: InputMaybe<Scalars['Boolean']>;
24292
24496
  /** A valid URL per the WHATWG specification */
24293
24497
  url?: InputMaybe<Scalars['String']>;
24498
+ /** Webhook events to update or delete */
24499
+ webhook_events?: InputMaybe<Array<InputMaybe<WebhookEventInput>>>;
24294
24500
  };
24295
24501
  /** Autogenerated return type of updateWebhook. */
24296
24502
  export type UpdateWebhookPayload = {
@@ -24624,8 +24830,24 @@ export type DeleteTaskMutation = {
24624
24830
  } | null> | null;
24625
24831
  } | null;
24626
24832
  };
24833
+ export type GetAppliedTagQueryVariables = Exact<{
24834
+ id: Scalars['ID'];
24835
+ include_deleted?: InputMaybe<Scalars['Boolean']>;
24836
+ }>;
24837
+ export type GetAppliedTagQuery = {
24838
+ __typename?: 'Query';
24839
+ appliedTag?: {
24840
+ __typename?: 'AppliedTag';
24841
+ created_at: string;
24842
+ id: string;
24843
+ tag_id?: string | null;
24844
+ updated_at: string;
24845
+ user_id?: string | null;
24846
+ } | null;
24847
+ };
24627
24848
  export type GetAppointmentQueryVariables = Exact<{
24628
24849
  id?: InputMaybe<Scalars['ID']>;
24850
+ include_deleted?: InputMaybe<Scalars['Boolean']>;
24629
24851
  }>;
24630
24852
  export type GetAppointmentQuery = {
24631
24853
  __typename?: 'Query';
@@ -24652,6 +24874,17 @@ export type GetAppointmentQuery = {
24652
24874
  } | null;
24653
24875
  } | null;
24654
24876
  };
24877
+ export type GetConversationQueryVariables = Exact<{
24878
+ id?: InputMaybe<Scalars['ID']>;
24879
+ }>;
24880
+ export type GetConversationQuery = {
24881
+ __typename?: 'Query';
24882
+ conversation?: {
24883
+ __typename?: 'Conversation';
24884
+ id: string;
24885
+ patient_id?: string | null;
24886
+ } | null;
24887
+ };
24655
24888
  export type GetConversationListQueryVariables = Exact<{
24656
24889
  offset?: InputMaybe<Scalars['Int']>;
24657
24890
  keywords?: InputMaybe<Scalars['String']>;
@@ -24730,6 +24963,69 @@ export type GetFormTemplateQuery = {
24730
24963
  }>;
24731
24964
  } | null;
24732
24965
  };
24966
+ export type GetGoalQueryVariables = Exact<{
24967
+ id: Scalars['ID'];
24968
+ }>;
24969
+ export type GetGoalQuery = {
24970
+ __typename?: 'Query';
24971
+ goal?: {
24972
+ __typename?: 'Goal';
24973
+ id: string;
24974
+ user_id?: string | null;
24975
+ } | null;
24976
+ };
24977
+ export type GetLabOrderQueryVariables = Exact<{
24978
+ id: Scalars['ID'];
24979
+ }>;
24980
+ export type GetLabOrderQuery = {
24981
+ __typename?: 'Query';
24982
+ labOrder?: {
24983
+ __typename?: 'LabOrder';
24984
+ id: string;
24985
+ created_at: string;
24986
+ patient?: {
24987
+ __typename?: 'User';
24988
+ id: string;
24989
+ } | null;
24990
+ } | null;
24991
+ };
24992
+ export type GetMessageQueryVariables = Exact<{
24993
+ id?: InputMaybe<Scalars['ID']>;
24994
+ }>;
24995
+ export type GetMessageQuery = {
24996
+ __typename?: 'Query';
24997
+ note?: {
24998
+ __typename?: 'Note';
24999
+ id: string;
25000
+ conversation_id?: string | null;
25001
+ } | null;
25002
+ };
25003
+ export type GetMetricEntryQueryVariables = Exact<{
25004
+ id: Scalars['ID'];
25005
+ }>;
25006
+ export type GetMetricEntryQuery = {
25007
+ __typename?: 'Query';
25008
+ entry?: {
25009
+ __typename?: 'Entry';
25010
+ id: string;
25011
+ category?: string | null;
25012
+ poster?: {
25013
+ __typename?: 'User';
25014
+ id: string;
25015
+ } | null;
25016
+ } | null;
25017
+ };
25018
+ export type GetRequestedFormCompletionQueryVariables = Exact<{
25019
+ id: Scalars['ID'];
25020
+ }>;
25021
+ export type GetRequestedFormCompletionQuery = {
25022
+ __typename?: 'Query';
25023
+ requestedFormCompletion?: {
25024
+ __typename?: 'RequestedFormCompletion';
25025
+ id: string;
25026
+ recipient_id?: string | null;
25027
+ } | null;
25028
+ };
24733
25029
  export type GetScheduledAppointmentsQueryVariables = Exact<{
24734
25030
  user_id?: InputMaybe<Scalars['ID']>;
24735
25031
  appointment_type_id?: InputMaybe<Scalars['ID']>;
@@ -24741,6 +25037,18 @@ export type GetScheduledAppointmentsQuery = {
24741
25037
  id: string;
24742
25038
  }> | null;
24743
25039
  };
25040
+ export type GetTaskQueryVariables = Exact<{
25041
+ id: Scalars['ID'];
25042
+ }>;
25043
+ export type GetTaskQuery = {
25044
+ __typename?: 'Query';
25045
+ task?: {
25046
+ __typename?: 'Task';
25047
+ id: string;
25048
+ created_at: string;
25049
+ client_id?: string | null;
25050
+ } | null;
25051
+ };
24744
25052
  export type GetUserQueryVariables = Exact<{
24745
25053
  id?: InputMaybe<Scalars['ID']>;
24746
25054
  }>;
@@ -24921,11 +25229,19 @@ export declare const CreatePatientDocument: import("graphql").DocumentNode;
24921
25229
  export declare const CreateTaskDocument: import("graphql").DocumentNode;
24922
25230
  export declare const DeleteAppointmentDocument: import("graphql").DocumentNode;
24923
25231
  export declare const DeleteTaskDocument: import("graphql").DocumentNode;
25232
+ export declare const GetAppliedTagDocument: import("graphql").DocumentNode;
24924
25233
  export declare const GetAppointmentDocument: import("graphql").DocumentNode;
25234
+ export declare const GetConversationDocument: import("graphql").DocumentNode;
24925
25235
  export declare const GetConversationListDocument: import("graphql").DocumentNode;
24926
25236
  export declare const GetFormAnswerGroupDocument: import("graphql").DocumentNode;
24927
25237
  export declare const GetFormTemplateDocument: import("graphql").DocumentNode;
25238
+ export declare const GetGoalDocument: import("graphql").DocumentNode;
25239
+ export declare const GetLabOrderDocument: import("graphql").DocumentNode;
25240
+ export declare const GetMessageDocument: import("graphql").DocumentNode;
25241
+ export declare const GetMetricEntryDocument: import("graphql").DocumentNode;
25242
+ export declare const GetRequestedFormCompletionDocument: import("graphql").DocumentNode;
24928
25243
  export declare const GetScheduledAppointmentsDocument: import("graphql").DocumentNode;
25244
+ export declare const GetTaskDocument: import("graphql").DocumentNode;
24929
25245
  export declare const GetUserDocument: import("graphql").DocumentNode;
24930
25246
  export declare const EntriesDocument: import("graphql").DocumentNode;
24931
25247
  export declare const RemoveTagFromUserDocument: import("graphql").DocumentNode;
@@ -25008,12 +25324,24 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
25008
25324
  headers: Dom.Headers;
25009
25325
  status: number;
25010
25326
  }>;
25327
+ getAppliedTag(variables: GetAppliedTagQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25328
+ data: GetAppliedTagQuery;
25329
+ extensions?: any;
25330
+ headers: Dom.Headers;
25331
+ status: number;
25332
+ }>;
25011
25333
  getAppointment(variables?: GetAppointmentQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25012
25334
  data: GetAppointmentQuery;
25013
25335
  extensions?: any;
25014
25336
  headers: Dom.Headers;
25015
25337
  status: number;
25016
25338
  }>;
25339
+ getConversation(variables?: GetConversationQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25340
+ data: GetConversationQuery;
25341
+ extensions?: any;
25342
+ headers: Dom.Headers;
25343
+ status: number;
25344
+ }>;
25017
25345
  getConversationList(variables?: GetConversationListQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25018
25346
  data: GetConversationListQuery;
25019
25347
  extensions?: any;
@@ -25032,12 +25360,48 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
25032
25360
  headers: Dom.Headers;
25033
25361
  status: number;
25034
25362
  }>;
25363
+ getGoal(variables: GetGoalQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25364
+ data: GetGoalQuery;
25365
+ extensions?: any;
25366
+ headers: Dom.Headers;
25367
+ status: number;
25368
+ }>;
25369
+ getLabOrder(variables: GetLabOrderQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25370
+ data: GetLabOrderQuery;
25371
+ extensions?: any;
25372
+ headers: Dom.Headers;
25373
+ status: number;
25374
+ }>;
25375
+ getMessage(variables?: GetMessageQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25376
+ data: GetMessageQuery;
25377
+ extensions?: any;
25378
+ headers: Dom.Headers;
25379
+ status: number;
25380
+ }>;
25381
+ getMetricEntry(variables: GetMetricEntryQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25382
+ data: GetMetricEntryQuery;
25383
+ extensions?: any;
25384
+ headers: Dom.Headers;
25385
+ status: number;
25386
+ }>;
25387
+ getRequestedFormCompletion(variables: GetRequestedFormCompletionQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25388
+ data: GetRequestedFormCompletionQuery;
25389
+ extensions?: any;
25390
+ headers: Dom.Headers;
25391
+ status: number;
25392
+ }>;
25035
25393
  getScheduledAppointments(variables?: GetScheduledAppointmentsQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25036
25394
  data: GetScheduledAppointmentsQuery;
25037
25395
  extensions?: any;
25038
25396
  headers: Dom.Headers;
25039
25397
  status: number;
25040
25398
  }>;
25399
+ getTask(variables: GetTaskQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25400
+ data: GetTaskQuery;
25401
+ extensions?: any;
25402
+ headers: Dom.Headers;
25403
+ status: number;
25404
+ }>;
25041
25405
  getUser(variables?: GetUserQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25042
25406
  data: GetUserQuery;
25043
25407
  extensions?: any;