@awell-health/awell-extensions 2.0.5 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. package/dist/extensions/healthie/actions/createGoal/config/datapoints.d.ts +6 -0
  2. package/dist/extensions/healthie/actions/createGoal/config/datapoints.js +10 -0
  3. package/dist/extensions/healthie/actions/createGoal/config/datapoints.js.map +1 -0
  4. package/dist/extensions/healthie/actions/createGoal/config/fields.d.ts +48 -0
  5. package/dist/extensions/healthie/actions/createGoal/config/fields.js +51 -0
  6. package/dist/extensions/healthie/actions/createGoal/config/fields.js.map +1 -0
  7. package/dist/extensions/healthie/actions/createGoal/config/index.d.ts +2 -0
  8. package/dist/extensions/healthie/actions/createGoal/config/index.js +9 -0
  9. package/dist/extensions/healthie/actions/createGoal/config/index.js.map +1 -0
  10. package/dist/extensions/healthie/actions/createGoal/createGoal.d.ts +4 -0
  11. package/dist/extensions/healthie/actions/createGoal/createGoal.js +34 -0
  12. package/dist/extensions/healthie/actions/createGoal/createGoal.js.map +1 -0
  13. package/dist/extensions/healthie/actions/createGoal/createGoal.test.d.ts +0 -0
  14. package/dist/extensions/healthie/actions/createGoal/createGoal.test.js +44 -0
  15. package/dist/extensions/healthie/actions/createGoal/createGoal.test.js.map +1 -0
  16. package/dist/extensions/healthie/actions/createGoal/index.d.ts +1 -0
  17. package/dist/extensions/healthie/actions/createGoal/index.js +18 -0
  18. package/dist/extensions/healthie/actions/createGoal/index.js.map +1 -0
  19. package/dist/extensions/healthie/actions/index.d.ts +45 -0
  20. package/dist/extensions/healthie/actions/index.js +2 -0
  21. package/dist/extensions/healthie/actions/index.js.map +1 -1
  22. package/dist/extensions/healthie/lib/sdk/generated/sdk.d.ts +364 -51
  23. package/dist/extensions/healthie/lib/sdk/generated/sdk.js +71 -2
  24. package/dist/extensions/healthie/lib/sdk/generated/sdk.js.map +1 -1
  25. package/dist/extensions/identityVerification/actions/dobCheck/config/fields.d.ts +17 -2
  26. package/dist/extensions/identityVerification/actions/dobCheck/config/fields.js +13 -2
  27. package/dist/extensions/identityVerification/actions/dobCheck/config/fields.js.map +1 -1
  28. package/dist/extensions/identityVerification/actions/dobCheck/dobCheck.test.js +3 -1
  29. package/dist/extensions/identityVerification/actions/dobCheck/dobCheck.test.js.map +1 -1
  30. package/dist/extensions/identityVerification/actions/index.d.ts +9 -1
  31. package/package.json +1 -1
@@ -161,9 +161,9 @@ export type Affiliate = {
161
161
  /** An allergy/sensitivity/preference for a client */
162
162
  export type AllergySensitivity = {
163
163
  __typename?: 'AllergySensitivity';
164
- /** Enum field. Options: allergy, sensitivity, preference */
164
+ /** Enum field. Options: allergy, sensitivity, preference, intolerance, ccda */
165
165
  category: Scalars['String'];
166
- /** Type of allergy or like/dislike for preference */
166
+ /** Type of allergy or like/dislike for preference. Options: food, drug, environmental, pet, latex, like, dislike */
167
167
  category_type?: Maybe<Scalars['String']>;
168
168
  /** Date/Time created */
169
169
  created_at: Scalars['String'];
@@ -176,6 +176,8 @@ export type AllergySensitivity = {
176
176
  * @deprecated Use status instead
177
177
  */
178
178
  is_current?: Maybe<Scalars['Boolean']>;
179
+ /** If the allergy is synchronized with an external system (e.g., an E-Rx system) */
180
+ mirrored: Scalars['Boolean'];
179
181
  /** The name of the allergy/sensitivity/preference */
180
182
  name?: Maybe<Scalars['String']>;
181
183
  /** The date of onset */
@@ -186,7 +188,7 @@ export type AllergySensitivity = {
186
188
  reaction_type?: Maybe<Scalars['String']>;
187
189
  /** When true, this object must be consolidated as part of a CCDA Ingest */
188
190
  requires_consolidation?: Maybe<Scalars['Boolean']>;
189
- /** The severity of the allergy */
191
+ /** The severity of the allergy. Options: mild, moderate, severe, unknown */
190
192
  severity?: Maybe<Scalars['String']>;
191
193
  /** The allergy's current status. Options are [active, inactive, resolved] */
192
194
  status?: Maybe<Scalars['String']>;
@@ -275,6 +277,19 @@ export type AppliedTag = {
275
277
  /** The ID of the tagged user */
276
278
  user_id?: Maybe<Scalars['String']>;
277
279
  };
280
+ /** AppliedTag sorting enum */
281
+ export declare enum AppliedTagOrderKeys {
282
+ /** Sort by created at in ascending order */
283
+ CreatedAtAsc = "CREATED_AT_ASC",
284
+ /** Sort by created at in descending order */
285
+ CreatedAtDesc = "CREATED_AT_DESC",
286
+ /** Do not sort records */
287
+ Unsorted = "UNSORTED",
288
+ /** Sort by updated at in ascending order */
289
+ UpdatedAtAsc = "UPDATED_AT_ASC",
290
+ /** Sort by updated at in descending order */
291
+ UpdatedAtDesc = "UPDATED_AT_DESC"
292
+ }
278
293
  /** An appointment object containing information about the appointment, including the attendees, date, location, and more. */
279
294
  export type Appointment = {
280
295
  __typename?: 'Appointment';
@@ -326,6 +341,8 @@ export type Appointment = {
326
341
  conversation_id?: Maybe<Scalars['ID']>;
327
342
  /** The date and time that the appointment was created */
328
343
  created_at: Scalars['String'];
344
+ /** True if a credit was used for this appointment */
345
+ credit_was_used?: Maybe<Scalars['Boolean']>;
329
346
  /** The position of the appointment in the recurring series */
330
347
  current_position_in_recurring_series?: Maybe<Scalars['Int']>;
331
348
  /** Pagination cursor */
@@ -366,6 +383,8 @@ export type Appointment = {
366
383
  last_client_conversation_id?: Maybe<Scalars['ID']>;
367
384
  /** The ID of the provider who last updated the appointment record, if available */
368
385
  last_updated_by_id?: Maybe<Scalars['ID']>;
386
+ /** The Late Cancellation Fee (in cents) for this appointment */
387
+ late_cancellation_fee?: Maybe<Scalars['Int']>;
369
388
  /** The length of the appointment (in minutes) */
370
389
  length?: Maybe<Scalars['Int']>;
371
390
  /** The plaintext location of the appointment (only used for in-person appointments) */
@@ -380,6 +399,8 @@ export type Appointment = {
380
399
  minimum_advance_cancel_time?: Maybe<Scalars['Int']>;
381
400
  /** Minimum time (in minutes) before the appointment when client can still reschedule it */
382
401
  minimum_advance_reschedule_time?: Maybe<Scalars['Int']>;
402
+ /** The No Show Fee (in cents) for this appointment */
403
+ no_show_fee?: Maybe<Scalars['Int']>;
383
404
  /** Quick notes on the appointment (only visisble to providers) */
384
405
  notes?: Maybe<Scalars['String']>;
385
406
  /** The id of the provider */
@@ -759,8 +780,8 @@ export type AppointmentSetting = {
759
780
  insurance_eligibility_integration?: Maybe<Scalars['Boolean']>;
760
781
  /** Whether or not to send invoice to client without a valid payment card/method */
761
782
  invoice_clients_without_payment_method?: Maybe<Scalars['Boolean']>;
762
- /** The fee to use for appointments marked as late cancellation */
763
- late_cancellation_fee?: Maybe<Scalars['String']>;
783
+ /** The fee (in cents) to use for appointments marked as late cancellation */
784
+ late_cancellation_fee?: Maybe<Scalars['Int']>;
764
785
  /** The maximum number of days in advance a client can book */
765
786
  max_days_in_future?: Maybe<Scalars['String']>;
766
787
  /** Maximum time a client must wait before being able to reschedule a past appointment */
@@ -775,8 +796,8 @@ export type AppointmentSetting = {
775
796
  minimum_days_in_advance?: Maybe<Scalars['String']>;
776
797
  /** Minimum time a client must wait before being able to reschedule a past appointment */
777
798
  minimum_past_reschedule_time?: Maybe<Scalars['Int']>;
778
- /** The fee to use for appointments marked as no show */
779
- no_show_fee?: Maybe<Scalars['String']>;
799
+ /** The fee (in cents) to use for appointments marked as no show */
800
+ no_show_fee?: Maybe<Scalars['Int']>;
780
801
  /**
781
802
  * Either "even" or "hour" to restrict booking to even hours or half hours.
782
803
  * @deprecated Use booking_interval_restriction instead
@@ -878,6 +899,8 @@ export type AppointmentSetting = {
878
899
  times_by_location?: Maybe<Scalars['Boolean']>;
879
900
  /** The last date and time that the appointment setting was updated */
880
901
  updated_at?: Maybe<Scalars['String']>;
902
+ /** If true, cpt units and fees can be associated with appointment types */
903
+ use_appointment_type_cpt_units_and_fees?: Maybe<Scalars['Boolean']>;
881
904
  /** Whether or not to use the client credit system */
882
905
  use_client_credit_system?: Maybe<Scalars['Boolean']>;
883
906
  /** If true, you can see where each client came from */
@@ -898,7 +921,7 @@ export type AppointmentSettingInputs = {
898
921
  /** The ID of the appointment type. */
899
922
  appointment_type_id?: InputMaybe<Scalars['Int']>;
900
923
  /** The base calendar interval for appointments. */
901
- base_calendar_interval?: InputMaybe<Scalars['Int']>;
924
+ base_calendar_interval?: InputMaybe<Scalars['String']>;
902
925
  /** The text to display on the calendar. */
903
926
  calendar_text?: InputMaybe<Scalars['String']>;
904
927
  /** Specifies whether charge receipts are disabled. */
@@ -979,6 +1002,8 @@ export type AppointmentType = {
979
1002
  bookable_without_group: Scalars['Boolean'];
980
1003
  /** Checks to see if the client call to provider */
981
1004
  client_call_provider?: Maybe<Scalars['Boolean']>;
1005
+ /** A name to use in the client scheduling widget instead of the defalt name field. Falls back to name if not set. */
1006
+ client_display_name?: Maybe<Scalars['String']>;
982
1007
  /** The status of whether the client can self-book this type of appointment */
983
1008
  clients_can_book: Scalars['Boolean'];
984
1009
  /** Checks to see if the client has enough credit to book */
@@ -1013,6 +1038,8 @@ export type AppointmentType = {
1013
1038
  is_waitlist_enabled: Scalars['Boolean'];
1014
1039
  /** The length of the appointment type (in minutes) */
1015
1040
  length?: Maybe<Scalars['Int']>;
1041
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. Only accessible by staff and providers */
1042
+ metadata?: Maybe<Scalars['String']>;
1016
1043
  /** the name of the appointment type */
1017
1044
  name?: Maybe<Scalars['String']>;
1018
1045
  /** A custom message to display if there are no available slots on a given day for an appointment type. */
@@ -1162,6 +1189,8 @@ export type AppointmentTypeAppointmentSettingInput = {
1162
1189
  export type AppointmentTypeCptCode = {
1163
1190
  /** The ID of the CPT code */
1164
1191
  cpt_code_id?: InputMaybe<Scalars['String']>;
1192
+ /** Fee (in cents) per unit */
1193
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
1165
1194
  /** The number of units for the CPT code */
1166
1195
  units?: InputMaybe<Scalars['String']>;
1167
1196
  };
@@ -1172,6 +1201,8 @@ export type AppointmentTypeCptCodeType = {
1172
1201
  appointment_type_id: Scalars['ID'];
1173
1202
  /** CPT Code ID */
1174
1203
  cpt_code_id: Scalars['ID'];
1204
+ /** Fee (in cents) per unit */
1205
+ fee_per_unit?: Maybe<Scalars['Int']>;
1175
1206
  /** The unique identifier of the object */
1176
1207
  id: Scalars['ID'];
1177
1208
  /** Units */
@@ -1275,6 +1306,18 @@ export type AutoTaskGenerator = {
1275
1306
  /** The id of the user */
1276
1307
  user_id_for_task?: Maybe<Scalars['String']>;
1277
1308
  };
1309
+ /** Automated Insurance Billing Setting Type */
1310
+ export type AutomatedInsuranceBillingSetting = {
1311
+ __typename?: 'AutomatedInsuranceBillingSetting';
1312
+ /** When true, CMS1500s will be created automatically */
1313
+ auto_create_cms1500s?: Maybe<Scalars['Boolean']>;
1314
+ /** When true, CMS1500s will be submitted automatically */
1315
+ auto_submit_cms1500s?: Maybe<Scalars['Boolean']>;
1316
+ /** The unique identifier of the setting */
1317
+ id: Scalars['ID'];
1318
+ /** When true, CPT code and units will be linked to appointment types */
1319
+ use_cpt_codes_units_and_fees_with_appointment_types?: Maybe<Scalars['Boolean']>;
1320
+ };
1278
1321
  /** The autoscored section for a filled form */
1279
1322
  export type AutoscoredSectionType = {
1280
1323
  __typename?: 'AutoscoredSectionType';
@@ -2192,6 +2235,8 @@ export type CheckoutFormAnswerInput = {
2192
2235
  id?: InputMaybe<Scalars['ID']>;
2193
2236
  /** The label for the answer */
2194
2237
  label?: InputMaybe<Scalars['String']>;
2238
+ /** The mod_type (e.g question type) that is being answered. */
2239
+ mod_type?: InputMaybe<Scalars['String']>;
2195
2240
  /** The ID of the user who created the answer */
2196
2241
  user_id?: InputMaybe<Scalars['String']>;
2197
2242
  /** The value to filter on */
@@ -2478,6 +2523,8 @@ export type Cms1500 = {
2478
2523
  tend_reserved?: Maybe<Scalars['String']>;
2479
2524
  /** Total amount the claim was billed for */
2480
2525
  total_charge?: Maybe<Scalars['String']>;
2526
+ /** The last date and time that the CMS1500 was updated */
2527
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
2481
2528
  /** True if the claim reimbursement info was updated via SFTP */
2482
2529
  updated_by_sftp?: Maybe<Scalars['Boolean']>;
2483
2530
  /** When true, uses the individual npi in all npi fields */
@@ -2494,7 +2541,9 @@ export declare enum Cms1500OrderKeys {
2494
2541
  ServiceDateAsc = "SERVICE_DATE_ASC",
2495
2542
  ServiceDateDesc = "SERVICE_DATE_DESC",
2496
2543
  StatusAsc = "STATUS_ASC",
2497
- StatusDesc = "STATUS_DESC"
2544
+ StatusDesc = "STATUS_DESC",
2545
+ UpdatedAtAsc = "UPDATED_AT_ASC",
2546
+ UpdatedAtDesc = "UPDATED_AT_DESC"
2498
2547
  }
2499
2548
  /** A CMS1500 policy */
2500
2549
  export type Cms1500Policy = {
@@ -3817,6 +3866,8 @@ export type Document = {
3817
3866
  include_in_charting: Scalars['Boolean'];
3818
3867
  /** Notes on the document (not visible to the client) */
3819
3868
  internal_notes?: Maybe<Scalars['String']>;
3869
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. Only accessible by staff and providers */
3870
+ metadata?: Maybe<Scalars['String']>;
3820
3871
  /** Instances of the document being viewed/opened */
3821
3872
  opens?: Maybe<Array<DocumentViewing>>;
3822
3873
  /** Owner of this document */
@@ -3917,6 +3968,25 @@ export type Draft = {
3917
3968
  /** The unique identifier of the draft */
3918
3969
  id: Scalars['ID'];
3919
3970
  };
3971
+ /** Allergen information */
3972
+ export type DrugAllergenType = {
3973
+ __typename?: 'DrugAllergenType';
3974
+ /** The brand name of the allergen */
3975
+ brand_name: Scalars['String'];
3976
+ /** The unique identifier of the allergen */
3977
+ id: Scalars['ID'];
3978
+ /** The name of the allergen */
3979
+ name: Scalars['String'];
3980
+ /** The type of allergen */
3981
+ type: DrugAllergenTypeEnum;
3982
+ };
3983
+ /** DrugAllergen class enum */
3984
+ export declare enum DrugAllergenTypeEnum {
3985
+ /** A class of allergens */
3986
+ Class = "CLASS",
3987
+ /** A screenable ingredient */
3988
+ Ingredient = "INGREDIENT"
3989
+ }
3920
3990
  /** Autogenerated input type of EmbedForm */
3921
3991
  export type EmbedFormInput = {
3922
3992
  appt_type_id?: InputMaybe<Scalars['ID']>;
@@ -4483,6 +4553,8 @@ export type Folder = {
4483
4553
  user_groups: Array<UserGroup>;
4484
4554
  /** The users who have access to this folder */
4485
4555
  users: Array<User>;
4556
+ /** The number of users who have access to this folder */
4557
+ users_count: Scalars['Int'];
4486
4558
  };
4487
4559
  /** A folder that contains documents and other folders */
4488
4560
  export type FolderCreated_AtArgs = {
@@ -4492,6 +4564,13 @@ export type FolderCreated_AtArgs = {
4492
4564
  export type FolderFolder_PathArgs = {
4493
4565
  client_id?: InputMaybe<Scalars['String']>;
4494
4566
  };
4567
+ /** A folder that contains documents and other folders */
4568
+ export type FolderUsersArgs = {
4569
+ after?: InputMaybe<Scalars['Cursor']>;
4570
+ order_by?: InputMaybe<UserOrderKeys>;
4571
+ page_size?: InputMaybe<Scalars['Int']>;
4572
+ should_paginate?: InputMaybe<Scalars['Boolean']>;
4573
+ };
4495
4574
  /** Folder sorting enum */
4496
4575
  export declare enum FolderOrderKeys {
4497
4576
  CreatedAtAsc = "CREATED_AT_ASC",
@@ -4578,6 +4657,8 @@ export type FormAnswer = {
4578
4657
  id: Scalars['ID'];
4579
4658
  /** The label of the question */
4580
4659
  label?: Maybe<Scalars['String']>;
4660
+ /** The time of the last update */
4661
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
4581
4662
  /** The id of the user that the answered question is for */
4582
4663
  user_id?: Maybe<Scalars['String']>;
4583
4664
  /** The value to check the filter against */
@@ -4596,6 +4677,8 @@ export type FormAnswerGroup = {
4596
4677
  cms1500?: Maybe<Cms1500>;
4597
4678
  /** The date on which the filled form was saved */
4598
4679
  created_at: Scalars['String'];
4680
+ /** The most recent generated summary. Null if no summary has been generated */
4681
+ current_summary?: Maybe<GeneratedSummary>;
4599
4682
  /** Pagination cursor */
4600
4683
  cursor: Scalars['Cursor'];
4601
4684
  /** The form template that was filled out */
@@ -4834,6 +4917,16 @@ export type FunctionalStatus = {
4834
4917
  /** The ID of the user who created the functional status */
4835
4918
  user_id: Scalars['ID'];
4836
4919
  };
4920
+ /** A generated summary for an associated Healthie object */
4921
+ export type GeneratedSummary = {
4922
+ __typename?: 'GeneratedSummary';
4923
+ /** The datetime the summary was generated */
4924
+ created_at: Scalars['ISO8601DateTime'];
4925
+ /** The unique identifier of the group */
4926
+ id: Scalars['ID'];
4927
+ /** A summary (most often new-line separated bullet points) of the associated object */
4928
+ summary?: Maybe<Scalars['String']>;
4929
+ };
4837
4930
  /** Payload for a gift */
4838
4931
  export type GiftInput = {
4839
4932
  /** The email of the giver */
@@ -5500,6 +5593,8 @@ export type IndividualClientType = {
5500
5593
  join_time?: Maybe<Scalars['String']>;
5501
5594
  /** The datetime that the attendee left the appointment (comes from the related appointment inclusion) */
5502
5595
  leave_time?: Maybe<Scalars['String']>;
5596
+ /** The time of the last update */
5597
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
5503
5598
  /** Associated patient */
5504
5599
  user?: Maybe<User>;
5505
5600
  };
@@ -6019,6 +6114,7 @@ export type MaskAccountPayload = {
6019
6114
  clientMutationId?: Maybe<Scalars['String']>;
6020
6115
  /** The list of errors occurred during the mutation */
6021
6116
  messages?: Maybe<Array<Maybe<FieldError>>>;
6117
+ success?: Maybe<Success>;
6022
6118
  success_string?: Maybe<Scalars['String']>;
6023
6119
  };
6024
6120
  /** A meal that a user has created */
@@ -6058,9 +6154,15 @@ export type MedicationOptionType = {
6058
6154
  dosages?: Maybe<Array<Scalars['String']>>;
6059
6155
  /** The unique identifier of the medication option */
6060
6156
  id: Scalars['ID'];
6157
+ /** The monograph of the medication option */
6158
+ monograph?: Maybe<Scalars['String']>;
6061
6159
  /** The name of the medication option */
6062
6160
  name: Scalars['String'];
6063
6161
  };
6162
+ /** Medication query result */
6163
+ export type MedicationOptionTypeMonographArgs = {
6164
+ format?: InputMaybe<MonographFormat>;
6165
+ };
6064
6166
  /** Medication belonging to client */
6065
6167
  export type MedicationType = {
6066
6168
  __typename?: 'MedicationType';
@@ -6082,6 +6184,8 @@ export type MedicationType = {
6082
6184
  frequency?: Maybe<Scalars['String']>;
6083
6185
  /** The unique identifier of the medication */
6084
6186
  id: Scalars['ID'];
6187
+ /** If the medication is synchronized with an external system (e.g., an E-Rx system) */
6188
+ mirrored: Scalars['Boolean'];
6085
6189
  /** Name of medication */
6086
6190
  name?: Maybe<Scalars['String']>;
6087
6191
  /** When true, this object must be consolidated as part of a CCDA Ingest */
@@ -6135,6 +6239,13 @@ export declare enum MfaType {
6135
6239
  Email = "EMAIL",
6136
6240
  Sms = "SMS"
6137
6241
  }
6242
+ /** The format of a monograph */
6243
+ export declare enum MonographFormat {
6244
+ /** The monograph is in HTML format */
6245
+ Html = "HTML",
6246
+ /** The monograph is in XML format */
6247
+ Xml = "XML"
6248
+ }
6138
6249
  /** Monthly billing items data */
6139
6250
  export type MonthlyBillingItemsDataType = {
6140
6251
  __typename?: 'MonthlyBillingItemsDataType';
@@ -6234,6 +6345,8 @@ export type Mutation = {
6234
6345
  createAppointmentTypeCptCode?: Maybe<CreateAppointmentTypeCptCodePayload>;
6235
6346
  /** Create auto task generator */
6236
6347
  createAutoTaskGenerator?: Maybe<CreateAutoTaskGeneratorPayload>;
6348
+ /** create automated insurance billing setting */
6349
+ createAutomatedInsuranceBillingSetting?: Maybe<CreateAutomatedInsuranceBillingSettingPayload>;
6237
6350
  /** Create availability */
6238
6351
  createAvailability?: Maybe<CreateAvailabilityPayload>;
6239
6352
  /** create billing item */
@@ -6675,8 +6788,6 @@ export type Mutation = {
6675
6788
  toggleBaa?: Maybe<ToggleBaaPayload>;
6676
6789
  /** Deactivate/activate a group/single Care Plan for a given user */
6677
6790
  toggleCarePlanStatusForSpecificUser?: Maybe<ToggleCarePlanStatusForSpecificUserPayload>;
6678
- /** Toggle Option to Enable Appointment Interval */
6679
- toggleEnableApptInterval?: Maybe<ToggleEnableApptIntervalPayload>;
6680
6791
  /** toggle paywall for a provider */
6681
6792
  togglePaywall?: Maybe<TogglePaywallPayload>;
6682
6793
  /** Toggle Reason for Appointment on Appointment Type of Provider */
@@ -6707,6 +6818,8 @@ export type Mutation = {
6707
6818
  updateAppointmentTypeCptCode?: Maybe<UpdateAppointmentTypeCptCodePayload>;
6708
6819
  /** Update auto task generator */
6709
6820
  updateAutoTaskGenerator?: Maybe<UpdateAutoTaskGeneratorPayload>;
6821
+ /** update automated insurance billing setting */
6822
+ updateAutomatedInsuranceBillingSetting?: Maybe<UpdateAutomatedInsuranceBillingSettingPayload>;
6710
6823
  /** Update a BillingItem */
6711
6824
  updateBillingItem?: Maybe<UpdateBillingItemPayload>;
6712
6825
  /** Update a Brand and return Brand */
@@ -6839,6 +6952,7 @@ export type Mutation = {
6839
6952
  updateOrganizationMember?: Maybe<UpdateOrganizationMemberPayload>;
6840
6953
  /** Update a OrganizationMembership */
6841
6954
  updateOrganizationMembership?: Maybe<UpdateOrganizationMembershipPayload>;
6955
+ updateOrganizationUiConfiguration?: Maybe<UpdateUiConfigurationPayload>;
6842
6956
  /** update Permission Template */
6843
6957
  updatePermissionTemplate?: Maybe<UpdatePermissionTemplatePayload>;
6844
6958
  /** Update a policy */
@@ -7061,6 +7175,10 @@ export type MutationCreateAutoTaskGeneratorArgs = {
7061
7175
  input?: InputMaybe<CreateAutoTaskGeneratorInput>;
7062
7176
  };
7063
7177
  /** The mutation root of this schema. See available mutations. */
7178
+ export type MutationCreateAutomatedInsuranceBillingSettingArgs = {
7179
+ input?: InputMaybe<CreateAutomatedInsuranceBillingSettingInput>;
7180
+ };
7181
+ /** The mutation root of this schema. See available mutations. */
7064
7182
  export type MutationCreateAvailabilityArgs = {
7065
7183
  input?: InputMaybe<CreateAvailabilityInput>;
7066
7184
  };
@@ -7937,10 +8055,6 @@ export type MutationToggleCarePlanStatusForSpecificUserArgs = {
7937
8055
  input?: InputMaybe<ToggleCarePlanStatusForSpecificUserInput>;
7938
8056
  };
7939
8057
  /** The mutation root of this schema. See available mutations. */
7940
- export type MutationToggleEnableApptIntervalArgs = {
7941
- input?: InputMaybe<ToggleEnableApptIntervalInput>;
7942
- };
7943
- /** The mutation root of this schema. See available mutations. */
7944
8058
  export type MutationTogglePaywallArgs = {
7945
8059
  input?: InputMaybe<TogglePaywallInput>;
7946
8060
  };
@@ -8001,6 +8115,10 @@ export type MutationUpdateAutoTaskGeneratorArgs = {
8001
8115
  input?: InputMaybe<UpdateAutoTaskGeneratorInput>;
8002
8116
  };
8003
8117
  /** The mutation root of this schema. See available mutations. */
8118
+ export type MutationUpdateAutomatedInsuranceBillingSettingArgs = {
8119
+ input?: InputMaybe<UpdateAutomatedInsuranceBillingSettingInput>;
8120
+ };
8121
+ /** The mutation root of this schema. See available mutations. */
8004
8122
  export type MutationUpdateBillingItemArgs = {
8005
8123
  input?: InputMaybe<UpdateBillingItemInput>;
8006
8124
  };
@@ -8265,6 +8383,10 @@ export type MutationUpdateOrganizationMembershipArgs = {
8265
8383
  input?: InputMaybe<UpdateOrganizationMembershipInput>;
8266
8384
  };
8267
8385
  /** The mutation root of this schema. See available mutations. */
8386
+ export type MutationUpdateOrganizationUiConfigurationArgs = {
8387
+ input?: InputMaybe<UpdateUiConfigurationInput>;
8388
+ };
8389
+ /** The mutation root of this schema. See available mutations. */
8268
8390
  export type MutationUpdatePermissionTemplateArgs = {
8269
8391
  input?: InputMaybe<UpdatePermissionTemplateInput>;
8270
8392
  };
@@ -9293,6 +9415,7 @@ export type OrganizationActive_Care_Team_MembersArgs = {
9293
9415
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
9294
9416
  record_identifiers?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
9295
9417
  state_licenses?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
9418
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
9296
9419
  };
9297
9420
  /** An organization, that is an umbrella group for multiple providers */
9298
9421
  export type OrganizationActive_Members_For_ConversationArgs = {
@@ -9617,6 +9740,13 @@ export declare enum OrganizationMembershipOrderKeys {
9617
9740
  TypeAsc = "TYPE_ASC",
9618
9741
  TypeDesc = "TYPE_DESC"
9619
9742
  }
9743
+ /** Roles that a user can have in an organization */
9744
+ export declare enum OrganizationMembershipRole {
9745
+ /** The user is a standard member of the organization (includes providers) */
9746
+ Standard = "STANDARD",
9747
+ /** The user is a support member of the organization */
9748
+ Support = "SUPPORT"
9749
+ }
9620
9750
  /** Alternative ID numbers for a provider */
9621
9751
  export type OtherIdNumber = {
9622
9752
  __typename?: 'OtherIdNumber';
@@ -9728,6 +9858,8 @@ export type PermissionTemplateType = {
9728
9858
  can_assign_tasks_to_all_org_members?: Maybe<Scalars['Boolean']>;
9729
9859
  /** If true, the user can be added to the care team members list for a client */
9730
9860
  can_be_care_team_member: Scalars['Boolean'];
9861
+ /** If true, the current user can modify this permission template */
9862
+ can_be_edited: Scalars['Boolean'];
9731
9863
  /** If true, the user can charge clients */
9732
9864
  can_charge_clients: Scalars['Boolean'];
9733
9865
  /** If true, user сan delete charting notes */
@@ -10165,7 +10297,10 @@ export type Prescription = {
10165
10297
  is_urgent?: Maybe<Scalars['Boolean']>;
10166
10298
  /** Date prescription was last refilled */
10167
10299
  last_fill_date?: Maybe<Scalars['String']>;
10168
- /** Monograph path entered by provider */
10300
+ /**
10301
+ * Monograph path entered by provider
10302
+ * @deprecated Deprecated by vendor, use MedicationOptionType.monograph instead
10303
+ */
10169
10304
  monograph_path?: Maybe<Scalars['String']>;
10170
10305
  /** The prescription's national drug code */
10171
10306
  ndc?: Maybe<Scalars['String']>;
@@ -10439,6 +10574,8 @@ export type Query = {
10439
10574
  appointmentsSummary?: Maybe<AppointmentSummaryData>;
10440
10575
  /** fetch auto task generators belonging to a specific user */
10441
10576
  autoTaskGenerators?: Maybe<Array<AutoTaskGenerator>>;
10577
+ /** fetch the automated insurance billing setting */
10578
+ automatedInsuranceBillingSetting?: Maybe<AutomatedInsuranceBillingSetting>;
10442
10579
  /** Fetch availabilities for range */
10443
10580
  availabilities?: Maybe<Array<Availability>>;
10444
10581
  /** number of availabilities */
@@ -10449,7 +10586,7 @@ export type Query = {
10449
10586
  availabilitySummaryJson?: Maybe<Scalars['String']>;
10450
10587
  /** Fetch available item types (for use in onboarding items) */
10451
10588
  availableItemTypes?: Maybe<Scalars['String']>;
10452
- /** Get open appointment times for a date range. Returns array of dates sorted in ascending order */
10589
+ /** Get open appointment times for a date range. Returns array of dates sorted in ascending order (considered public) */
10453
10590
  availableSlotsForRange?: Maybe<Array<PotentialAppointmentSlot>>;
10454
10591
  /** Get the Cms1500 Policies object for a given claim and client */
10455
10592
  baseCms1500ForUser?: Maybe<Cms1500>;
@@ -10604,7 +10741,7 @@ export type Query = {
10604
10741
  customModuleForms?: Maybe<Array<CustomModuleForm>>;
10605
10742
  /** Fetch paginated count for provider custom module forms */
10606
10743
  customModuleFormsCount?: Maybe<Scalars['Int']>;
10607
- /** get open appointment times for a range */
10744
+ /** get open appointment times for a range (considered public) */
10608
10745
  daysAvailableForRange?: Maybe<Array<Maybe<Scalars['String']>>>;
10609
10746
  /** fetch a document by id */
10610
10747
  document?: Maybe<Document>;
@@ -10622,6 +10759,10 @@ export type Query = {
10622
10759
  dosespot_ui_link?: Maybe<Scalars['String']>;
10623
10760
  /** draft by conversation_membership id */
10624
10761
  draft?: Maybe<Draft>;
10762
+ /** Fetch an allergen by ID */
10763
+ drugAllergen?: Maybe<DrugAllergenType>;
10764
+ /** Search for allergens by name */
10765
+ drugAllergens?: Maybe<Array<DrugAllergenType>>;
10625
10766
  /** Fetch a link from Fullscript to create a treatment plan for a given user */
10626
10767
  dynamicLink?: Maybe<Scalars['String']>;
10627
10768
  /** fetch embed steps based off of params */
@@ -10764,7 +10905,8 @@ export type Query = {
10764
10905
  meal_plan_options?: Maybe<Array<MealPlan>>;
10765
10906
  /** Fetch a medication by ID */
10766
10907
  medication?: Maybe<MedicationType>;
10767
- /** Fetch an array of medications options queried from Dosespot API. Considered Public */
10908
+ medication_option?: Maybe<MedicationOptionType>;
10909
+ /** Fetch an array of medications options. Considered Public */
10768
10910
  medication_options?: Maybe<Array<MedicationOptionType>>;
10769
10911
  /** Fetch an array of medications for a given patient */
10770
10912
  medications?: Maybe<Array<MedicationType>>;
@@ -10787,7 +10929,7 @@ export type Query = {
10787
10929
  newOrganizationSupportPriceString?: Maybe<Array<Maybe<Scalars['String']>>>;
10788
10930
  /** Fetch closest appointment */
10789
10931
  nextAppointment?: Maybe<Appointment>;
10790
- /** get open appointment times for a range */
10932
+ /** get open appointment times for a range (considered public) */
10791
10933
  nextAvailableSlot?: Maybe<Scalars['String']>;
10792
10934
  /** fetch a courseitem by id (considered public) */
10793
10935
  nextCourseItem?: Maybe<CourseItem>;
@@ -10950,6 +11092,8 @@ export type Query = {
10950
11092
  sentDirectMessages?: Maybe<Array<SentDirectMessage>>;
10951
11093
  /** Fetch number of Sent Direct Meessages */
10952
11094
  sentDirectMessagesCount?: Maybe<Scalars['Int']>;
11095
+ /** Fetch sent Fax by ID */
11096
+ sentFax?: Maybe<SentFax>;
10953
11097
  /** Fetch paginated Sent Faxes collection */
10954
11098
  sentFaxes?: Maybe<Array<SentFax>>;
10955
11099
  /** Number of Sent Faxes */
@@ -10968,6 +11112,8 @@ export type Query = {
10968
11112
  shareNotePreview?: Maybe<Scalars['String']>;
10969
11113
  /** Should current user see scheduled chat tab */
10970
11114
  showScheduledTab?: Maybe<Scalars['Boolean']>;
11115
+ /** Get the signed stream name for a given stream name */
11116
+ signedStreamName?: Maybe<Scalars['String']>;
10971
11117
  /** Fetch user smart phrases */
10972
11118
  smartPhrases?: Maybe<Array<SmartPhrase>>;
10973
11119
  /** Get size of user smart phrases that matches the keyword */
@@ -11103,7 +11249,10 @@ export type QueryAppliedTagArgs = {
11103
11249
  /** The query root of this schema. See available queries. */
11104
11250
  export type QueryAppliedTagsArgs = {
11105
11251
  id?: InputMaybe<Scalars['ID']>;
11252
+ order_by?: InputMaybe<AppliedTagOrderKeys>;
11106
11253
  tag_id?: InputMaybe<Scalars['ID']>;
11254
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
11255
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
11107
11256
  };
11108
11257
  /** The query root of this schema. See available queries. */
11109
11258
  export type QueryAppointmentArgs = {
@@ -11295,6 +11444,10 @@ export type QueryAutoTaskGeneratorsArgs = {
11295
11444
  user_id?: InputMaybe<Scalars['String']>;
11296
11445
  };
11297
11446
  /** The query root of this schema. See available queries. */
11447
+ export type QueryAutomatedInsuranceBillingSettingArgs = {
11448
+ user_id?: InputMaybe<Scalars['ID']>;
11449
+ };
11450
+ /** The query root of this schema. See available queries. */
11298
11451
  export type QueryAvailabilitiesArgs = {
11299
11452
  appointment_location_id?: InputMaybe<Scalars['String']>;
11300
11453
  appointment_type_id?: InputMaybe<Scalars['String']>;
@@ -11349,12 +11502,12 @@ export type QueryAvailableSlotsForRangeArgs = {
11349
11502
  licensed_in_state?: InputMaybe<Scalars['String']>;
11350
11503
  make_unique?: InputMaybe<Scalars['Boolean']>;
11351
11504
  org_level?: InputMaybe<Scalars['Boolean']>;
11352
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11353
11505
  outside_factors?: InputMaybe<Scalars['Boolean']>;
11354
11506
  provider_id?: InputMaybe<Scalars['String']>;
11355
11507
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
11356
11508
  start_date?: InputMaybe<Scalars['String']>;
11357
11509
  start_date_boundary?: InputMaybe<Scalars['String']>;
11510
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11358
11511
  timezone?: InputMaybe<Scalars['String']>;
11359
11512
  };
11360
11513
  /** The query root of this schema. See available queries. */
@@ -11789,12 +11942,12 @@ export type QueryDaysAvailableForRangeArgs = {
11789
11942
  length?: InputMaybe<Scalars['String']>;
11790
11943
  licensed_in_state?: InputMaybe<Scalars['String']>;
11791
11944
  org_level?: InputMaybe<Scalars['Boolean']>;
11792
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11793
11945
  outside_factors?: InputMaybe<Scalars['Boolean']>;
11794
11946
  provider_id?: InputMaybe<Scalars['String']>;
11795
11947
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
11796
11948
  start_date?: InputMaybe<Scalars['String']>;
11797
11949
  start_date_boundary?: InputMaybe<Scalars['String']>;
11950
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
11798
11951
  timezone?: InputMaybe<Scalars['String']>;
11799
11952
  };
11800
11953
  /** The query root of this schema. See available queries. */
@@ -11857,6 +12010,14 @@ export type QueryDraftArgs = {
11857
12010
  conversation_membership_id?: InputMaybe<Scalars['ID']>;
11858
12011
  };
11859
12012
  /** The query root of this schema. See available queries. */
12013
+ export type QueryDrugAllergenArgs = {
12014
+ id: Scalars['ID'];
12015
+ };
12016
+ /** The query root of this schema. See available queries. */
12017
+ export type QueryDrugAllergensArgs = {
12018
+ keywords: Scalars['String'];
12019
+ };
12020
+ /** The query root of this schema. See available queries. */
11860
12021
  export type QueryDynamicLinkArgs = {
11861
12022
  user_id?: InputMaybe<Scalars['String']>;
11862
12023
  };
@@ -11990,6 +12151,8 @@ export type QueryFormAnswerGroupsArgs = {
11990
12151
  page_size?: InputMaybe<Scalars['Int']>;
11991
12152
  should_paginate?: InputMaybe<Scalars['Boolean']>;
11992
12153
  signed_status?: InputMaybe<Scalars['Boolean']>;
12154
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
12155
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
11993
12156
  user_id?: InputMaybe<Scalars['String']>;
11994
12157
  };
11995
12158
  /** The query root of this schema. See available queries. */
@@ -12001,6 +12164,8 @@ export type QueryFormAnswerGroupsCountArgs = {
12001
12164
  locked_status?: InputMaybe<Scalars['Boolean']>;
12002
12165
  name?: InputMaybe<Scalars['String']>;
12003
12166
  signed_status?: InputMaybe<Scalars['Boolean']>;
12167
+ updated_after?: InputMaybe<Scalars['ISO8601DateTime']>;
12168
+ updated_before?: InputMaybe<Scalars['ISO8601DateTime']>;
12004
12169
  user_id?: InputMaybe<Scalars['String']>;
12005
12170
  };
12006
12171
  /** The query root of this schema. See available queries. */
@@ -12349,6 +12514,10 @@ export type QueryMedicationArgs = {
12349
12514
  id?: InputMaybe<Scalars['ID']>;
12350
12515
  };
12351
12516
  /** The query root of this schema. See available queries. */
12517
+ export type QueryMedication_OptionArgs = {
12518
+ id: Scalars['ID'];
12519
+ };
12520
+ /** The query root of this schema. See available queries. */
12352
12521
  export type QueryMedication_OptionsArgs = {
12353
12522
  keywords?: InputMaybe<Scalars['String']>;
12354
12523
  };
@@ -12422,11 +12591,11 @@ export type QueryNextAvailableSlotArgs = {
12422
12591
  length?: InputMaybe<Scalars['String']>;
12423
12592
  licensed_in_state?: InputMaybe<Scalars['String']>;
12424
12593
  org_level?: InputMaybe<Scalars['Boolean']>;
12425
- other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
12426
12594
  outside_factors?: InputMaybe<Scalars['Boolean']>;
12427
12595
  provider_id?: InputMaybe<Scalars['String']>;
12428
12596
  provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
12429
12597
  start_date_boundary?: InputMaybe<Scalars['String']>;
12598
+ tag_ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
12430
12599
  timezone?: InputMaybe<Scalars['String']>;
12431
12600
  };
12432
12601
  /** The query root of this schema. See available queries. */
@@ -12869,6 +13038,10 @@ export type QuerySentDirectMessagesCountArgs = {
12869
13038
  offset?: InputMaybe<Scalars['Int']>;
12870
13039
  };
12871
13040
  /** The query root of this schema. See available queries. */
13041
+ export type QuerySentFaxArgs = {
13042
+ id: Scalars['ID'];
13043
+ };
13044
+ /** The query root of this schema. See available queries. */
12872
13045
  export type QuerySentFaxesArgs = {
12873
13046
  after?: InputMaybe<Scalars['Cursor']>;
12874
13047
  keywords?: InputMaybe<Scalars['String']>;
@@ -12926,6 +13099,11 @@ export type QueryShareNotePreviewArgs = {
12926
13099
  user_id?: InputMaybe<Scalars['String']>;
12927
13100
  };
12928
13101
  /** The query root of this schema. See available queries. */
13102
+ export type QuerySignedStreamNameArgs = {
13103
+ conversation_id?: InputMaybe<Scalars['ID']>;
13104
+ type: SignedStreamName;
13105
+ };
13106
+ /** The query root of this schema. See available queries. */
12929
13107
  export type QuerySmartPhrasesArgs = {
12930
13108
  after?: InputMaybe<Scalars['Cursor']>;
12931
13109
  keywords?: InputMaybe<Scalars['String']>;
@@ -13430,6 +13608,8 @@ export type Referral = {
13430
13608
  created_at: Scalars['String'];
13431
13609
  /** The unique identifier of the referral */
13432
13610
  id: Scalars['ID'];
13611
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
13612
+ metadata?: Maybe<Scalars['String']>;
13433
13613
  /** The reason the client was referred to the physician */
13434
13614
  referral_reason?: Maybe<Scalars['String']>;
13435
13615
  /** The referring physician */
@@ -13578,6 +13758,8 @@ export type ReferringPhysician = {
13578
13758
  location?: Maybe<Location>;
13579
13759
  /** location id */
13580
13760
  location_id?: Maybe<Scalars['ID']>;
13761
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
13762
+ metadata?: Maybe<Scalars['String']>;
13581
13763
  /** Dietitian's notes */
13582
13764
  notes?: Maybe<Scalars['String']>;
13583
13765
  /** npi of physician */
@@ -14186,6 +14368,13 @@ export type ShapaConnection = {
14186
14368
  /** The last time Shapa was synced */
14187
14369
  last_sync_date?: Maybe<Scalars['String']>;
14188
14370
  };
14371
+ /** The type of offered signed stream names */
14372
+ export declare enum SignedStreamName {
14373
+ /** For a user's conversation membership updates */
14374
+ ConversationMemberships = "CONVERSATION_MEMBERSHIPS",
14375
+ /** For new/updated notes in a conversation */
14376
+ Notes = "NOTES"
14377
+ }
14189
14378
  /** A smart phrase object */
14190
14379
  export type SmartPhrase = {
14191
14380
  __typename?: 'SmartPhrase';
@@ -14244,6 +14433,8 @@ export type Specialty = {
14244
14433
  /** Information on an SsoConnection */
14245
14434
  export type SsoConnection = {
14246
14435
  __typename?: 'SsoConnection';
14436
+ /** Whether or not to allow Just-In-Time provisioning */
14437
+ allow_jit_provisioning?: Maybe<Scalars['Boolean']>;
14247
14438
  /** The type of user this SSO is for (either patient or staff) */
14248
14439
  for_user_type?: Maybe<Scalars['String']>;
14249
14440
  /** The unique identifier of the SSO connection */
@@ -14624,6 +14815,12 @@ export type SubscriptionInstance = {
14624
14815
  /** The ID of the user who owns the subscription */
14625
14816
  user_id?: Maybe<Scalars['String']>;
14626
14817
  };
14818
+ /** Base class for types */
14819
+ export type Success = {
14820
+ __typename?: 'Success';
14821
+ human_id?: Maybe<Scalars['String']>;
14822
+ success_string?: Maybe<Scalars['String']>;
14823
+ };
14627
14824
  /** SuperBill */
14628
14825
  export type SuperBill = {
14629
14826
  __typename?: 'SuperBill';
@@ -14829,6 +15026,8 @@ export type Task = {
14829
15026
  smart: Scalars['Boolean'];
14830
15027
  /** Get category of smart task */
14831
15028
  smart_category?: Maybe<Scalars['String']>;
15029
+ /** The last date and time that the task was updated */
15030
+ updated_at?: Maybe<Scalars['ISO8601DateTime']>;
14832
15031
  /** The user assigned to complete this task */
14833
15032
  user?: Maybe<User>;
14834
15033
  /** User ID of the user assigned to this task */
@@ -14853,7 +15052,9 @@ export declare enum TaskOrderKeys {
14853
15052
  PriorityAsc = "PRIORITY_ASC",
14854
15053
  PriorityDesc = "PRIORITY_DESC",
14855
15054
  TaskAsc = "TASK_ASC",
14856
- TaskDesc = "TASK_DESC"
15055
+ TaskDesc = "TASK_DESC",
15056
+ UpdatedAtAsc = "UPDATED_AT_ASC",
15057
+ UpdatedAtDesc = "UPDATED_AT_DESC"
14857
15058
  }
14858
15059
  /** Payload for a task reminder */
14859
15060
  export type TaskReminderInput = {
@@ -14940,25 +15141,6 @@ export type ToggleBaaPayload = {
14940
15141
  messages?: Maybe<Array<Maybe<FieldError>>>;
14941
15142
  success_string?: Maybe<Scalars['String']>;
14942
15143
  };
14943
- /** Autogenerated input type of ToggleEnableApptInterval */
14944
- export type ToggleEnableApptIntervalInput = {
14945
- /** Enable/Disable Toggle */
14946
- enable: Scalars['String'];
14947
- /** The ID of the user */
14948
- id: Scalars['ID'];
14949
- };
14950
- /** Autogenerated return type of ToggleEnableApptInterval. */
14951
- export type ToggleEnableApptIntervalPayload = {
14952
- __typename?: 'ToggleEnableApptIntervalPayload';
14953
- /**
14954
- * DO NOT USE
14955
- * @deprecated DO NOT USE
14956
- */
14957
- clientMutationId?: Maybe<Scalars['String']>;
14958
- /** The list of errors occurred during the mutation */
14959
- messages?: Maybe<Array<Maybe<FieldError>>>;
14960
- success_string?: Maybe<Scalars['String']>;
14961
- };
14962
15144
  /** Autogenerated input type of TogglePaywall */
14963
15145
  export type TogglePaywallInput = {
14964
15146
  enable: Scalars['String'];
@@ -15191,6 +15373,23 @@ export type UpdatePayload = {
15191
15373
  /** The success string */
15192
15374
  success_string?: Maybe<Scalars['String']>;
15193
15375
  };
15376
+ /** Autogenerated input type of UpdateUiConfiguration */
15377
+ export type UpdateUiConfigurationInput = {
15378
+ role: OrganizationMembershipRole;
15379
+ ui_configuration: Scalars['JSON'];
15380
+ };
15381
+ /** Autogenerated return type of UpdateUiConfiguration. */
15382
+ export type UpdateUiConfigurationPayload = {
15383
+ __typename?: 'UpdateUiConfigurationPayload';
15384
+ /**
15385
+ * DO NOT USE
15386
+ * @deprecated DO NOT USE
15387
+ */
15388
+ clientMutationId?: Maybe<Scalars['String']>;
15389
+ /** The list of errors occurred during the mutation */
15390
+ messages?: Maybe<Array<Maybe<FieldError>>>;
15391
+ organization?: Maybe<Organization>;
15392
+ };
15194
15393
  /** Autogenerated input type of UpdateUserEmail */
15195
15394
  export type UpdateUserEmailInput = {
15196
15395
  current_email: Scalars['String'];
@@ -15429,6 +15628,8 @@ export type User = {
15429
15628
  created_at?: Maybe<Scalars['String']>;
15430
15629
  /** The credit balance of the user */
15431
15630
  credit_balance?: Maybe<Scalars['String']>;
15631
+ /** The most recent generated summary. Null if no summary has been generated */
15632
+ current_summary?: Maybe<GeneratedSummary>;
15432
15633
  /** Pagination cursor */
15433
15634
  cursor: Scalars['Cursor'];
15434
15635
  /** All custom custom emails associated with this user. */
@@ -15437,8 +15638,8 @@ export type User = {
15437
15638
  custom_metrics: Array<CustomMetric>;
15438
15639
  /** The default currency for the user */
15439
15640
  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']>;
15641
+ /** When set for a client, the provider's Dosespot iFrame will launch into this clinic. When null, the Dosespot iframe will launch into the provider's default clinic. This will error unless the provider is connected to that clinic in Dosespot. Only used for patients. */
15642
+ default_dosespot_clinic_id?: Maybe<Scalars['ID']>;
15442
15643
  /** Default external videochat URL for scheduling with this user */
15443
15644
  default_external_video_url?: Maybe<Scalars['String']>;
15444
15645
  /** The id of the users default onboarding flow */
@@ -15479,6 +15680,8 @@ export type User = {
15479
15680
  doc_share_id?: Maybe<Scalars['String']>;
15480
15681
  /** Number of notifications from Dosespot (e-prescriptions) */
15481
15682
  dosespot_notification_count?: Maybe<Scalars['Int']>;
15683
+ /** Dosespot assigned ID for this patient. nil if the patient is not connected to Dosespot */
15684
+ dosespot_patient_id?: Maybe<Scalars['String']>;
15482
15685
  /** The email of this user */
15483
15686
  email?: Maybe<Scalars['String']>;
15484
15687
  /** The erx dosespot role */
@@ -15759,7 +15962,7 @@ export type User = {
15759
15962
  locations?: Maybe<Array<Location>>;
15760
15963
  /** Fetch count of medications for a given patient */
15761
15964
  medications_count?: Maybe<Scalars['Int']>;
15762
- /** A serialized JSON string of metadata. Maximum character limit of 10,000. */
15965
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
15763
15966
  metadata?: Maybe<Scalars['String']>;
15764
15967
  /** The number of metric entries the user has */
15765
15968
  metric_entries_count?: Maybe<Scalars['String']>;
@@ -17110,6 +17313,8 @@ export type CreateAllergySensitivityInput = {
17110
17313
  category_type?: InputMaybe<Scalars['String']>;
17111
17314
  custom_name?: InputMaybe<Scalars['String']>;
17112
17315
  custom_reaction?: InputMaybe<Scalars['String']>;
17316
+ /** The drug allergen id to associate with the allergy sensitivity */
17317
+ drug_allergen_id?: InputMaybe<Scalars['ID']>;
17113
17318
  id?: InputMaybe<Scalars['ID']>;
17114
17319
  name?: InputMaybe<Scalars['String']>;
17115
17320
  /** The date of onset */
@@ -17198,6 +17403,7 @@ export type CreateAppointmentInput = {
17198
17403
  appointment_location_id?: InputMaybe<Scalars['String']>;
17199
17404
  appointment_type_id?: InputMaybe<Scalars['String']>;
17200
17405
  attendee_ids?: InputMaybe<Scalars['String']>;
17406
+ /** The type of appointment (video, in person, phone call, etc.) */
17201
17407
  contact_type?: InputMaybe<Scalars['String']>;
17202
17408
  /** Cpt code associated with this appointment */
17203
17409
  cpt_code_id?: InputMaybe<Scalars['ID']>;
@@ -17276,7 +17482,8 @@ export type CreateAppointmentSettingInput = {
17276
17482
  hide_link?: InputMaybe<Scalars['Boolean']>;
17277
17483
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
17278
17484
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
17279
- late_cancellation_fee?: InputMaybe<Scalars['String']>;
17485
+ /** The late cancellation fee in cents */
17486
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
17280
17487
  max_days_in_future?: InputMaybe<Scalars['String']>;
17281
17488
  /** Prevents the patient from canceling too close the appointment time. In minutes */
17282
17489
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -17284,7 +17491,8 @@ export type CreateAppointmentSettingInput = {
17284
17491
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
17285
17492
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
17286
17493
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
17287
- no_show_fee?: InputMaybe<Scalars['String']>;
17494
+ /** The no show fee in cents */
17495
+ no_show_fee?: InputMaybe<Scalars['Int']>;
17288
17496
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
17289
17497
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
17290
17498
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -17321,6 +17529,7 @@ export type CreateAppointmentSettingInput = {
17321
17529
  times_by_contact_type?: InputMaybe<Scalars['Boolean']>;
17322
17530
  /** Allows times to be grouped by location. NOTE: changing this value will clear all prior availability */
17323
17531
  times_by_location?: InputMaybe<Scalars['Boolean']>;
17532
+ use_appointment_type_cpt_units_and_fees?: InputMaybe<Scalars['Boolean']>;
17324
17533
  use_client_credit_system?: InputMaybe<Scalars['Boolean']>;
17325
17534
  use_client_sources?: InputMaybe<Scalars['Boolean']>;
17326
17535
  use_zoom_waiting_room?: InputMaybe<Scalars['Boolean']>;
@@ -17343,6 +17552,7 @@ export type CreateAppointmentSettingPayload = {
17343
17552
  export type CreateAppointmentTypeCptCodeInput = {
17344
17553
  appointment_type_id?: InputMaybe<Scalars['ID']>;
17345
17554
  cpt_code_id?: InputMaybe<Scalars['ID']>;
17555
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
17346
17556
  units?: InputMaybe<Scalars['String']>;
17347
17557
  };
17348
17558
  /** Autogenerated return type of createAppointmentTypeCptCode. */
@@ -17364,6 +17574,8 @@ export type CreateAppointmentTypeInput = {
17364
17574
  bookable_by_groups?: InputMaybe<Scalars['Boolean']>;
17365
17575
  bookable_group_ids?: InputMaybe<Scalars['String']>;
17366
17576
  bookable_without_group?: InputMaybe<Scalars['Boolean']>;
17577
+ /** When set, will be used as the appointment type name shown to clients in the client booking widget UI. */
17578
+ client_facing_display_name?: InputMaybe<Scalars['String']>;
17367
17579
  /** When false, clients will not have the ability to self-book this appointment */
17368
17580
  clients_can_book?: InputMaybe<Scalars['Boolean']>;
17369
17581
  contact_type_overrides?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
@@ -17377,6 +17589,8 @@ export type CreateAppointmentTypeInput = {
17377
17589
  is_waitlist_enabled?: InputMaybe<Scalars['Boolean']>;
17378
17590
  /** The length of the appointment type in minutes */
17379
17591
  length?: InputMaybe<Scalars['Int']>;
17592
+ /** Metadata for an appointment type. Maximum character limit of 128,000. */
17593
+ metadata?: InputMaybe<Scalars['String']>;
17380
17594
  /** The name of the appointment type */
17381
17595
  name?: InputMaybe<Scalars['String']>;
17382
17596
  pricing?: InputMaybe<Scalars['String']>;
@@ -17422,6 +17636,24 @@ export type CreateAutoTaskGeneratorPayload = {
17422
17636
  /** The list of errors occurred during the mutation */
17423
17637
  messages?: Maybe<Array<Maybe<FieldError>>>;
17424
17638
  };
17639
+ /** Autogenerated input type of createAutomatedInsuranceBillingSetting */
17640
+ export type CreateAutomatedInsuranceBillingSettingInput = {
17641
+ auto_create_cms1500s?: InputMaybe<Scalars['Boolean']>;
17642
+ auto_submit_cms1500s?: InputMaybe<Scalars['Boolean']>;
17643
+ use_cpt_codes_units_and_fees_with_appointment_types?: InputMaybe<Scalars['Boolean']>;
17644
+ };
17645
+ /** Autogenerated return type of createAutomatedInsuranceBillingSetting. */
17646
+ export type CreateAutomatedInsuranceBillingSettingPayload = {
17647
+ __typename?: 'createAutomatedInsuranceBillingSettingPayload';
17648
+ automated_insurance_billing_setting?: Maybe<AutomatedInsuranceBillingSetting>;
17649
+ /**
17650
+ * DO NOT USE
17651
+ * @deprecated DO NOT USE
17652
+ */
17653
+ clientMutationId?: Maybe<Scalars['String']>;
17654
+ /** The list of errors occurred during the mutation */
17655
+ messages?: Maybe<Array<Maybe<FieldError>>>;
17656
+ };
17425
17657
  /** Autogenerated input type of createAvailability */
17426
17658
  export type CreateAvailabilityInput = {
17427
17659
  appointment_location_id?: InputMaybe<Scalars['String']>;
@@ -17982,6 +18214,8 @@ export type CreateDocumentInput = {
17982
18214
  generate_human_readable_ccda_for_rel_user_id?: InputMaybe<Scalars['Boolean']>;
17983
18215
  include_in_charting?: InputMaybe<Scalars['Boolean']>;
17984
18216
  is_photo_id?: InputMaybe<Scalars['Boolean']>;
18217
+ /** Metadata for an document type. Maximum character limit of 128,000. */
18218
+ metadata?: InputMaybe<Scalars['String']>;
17985
18219
  /** Optional. This is passed in when a document is uploaded via a Form Upload question module. Should be the User ID. Otherwise, nil. */
17986
18220
  on_form_for_user_id?: InputMaybe<Scalars['ID']>;
17987
18221
  org_level?: InputMaybe<Scalars['Boolean']>;
@@ -18769,6 +19003,8 @@ export type CreateMedicationInput = {
18769
19003
  custom_name?: InputMaybe<Scalars['String']>;
18770
19004
  directions?: InputMaybe<Scalars['String']>;
18771
19005
  dosage?: InputMaybe<Scalars['String']>;
19006
+ /** The dosage option id to associate with the medication */
19007
+ dosage_option_id?: InputMaybe<Scalars['ID']>;
18772
19008
  end_date?: InputMaybe<Scalars['String']>;
18773
19009
  frequency?: InputMaybe<Scalars['String']>;
18774
19010
  name?: InputMaybe<Scalars['String']>;
@@ -19363,6 +19599,8 @@ export type CreateRecommendationPayload = {
19363
19599
  };
19364
19600
  /** Autogenerated input type of createReferral */
19365
19601
  export type CreateReferralInput = {
19602
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
19603
+ metadata?: InputMaybe<Scalars['String']>;
19366
19604
  referral_reason?: InputMaybe<Scalars['String']>;
19367
19605
  referring_physician_id?: InputMaybe<Scalars['ID']>;
19368
19606
  user_id?: InputMaybe<Scalars['ID']>;
@@ -19388,6 +19626,8 @@ export type CreateReferringPhysicianInput = {
19388
19626
  first_name?: InputMaybe<Scalars['String']>;
19389
19627
  last_name?: InputMaybe<Scalars['String']>;
19390
19628
  location?: InputMaybe<PhysicianLocationInput>;
19629
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
19630
+ metadata?: InputMaybe<Scalars['String']>;
19391
19631
  notes?: InputMaybe<Scalars['String']>;
19392
19632
  npi?: InputMaybe<Scalars['String']>;
19393
19633
  other_id?: InputMaybe<Scalars['String']>;
@@ -19414,6 +19654,7 @@ export type CreateReferringPhysicianPayload = {
19414
19654
  export type CreateRequestedFormInput = {
19415
19655
  custom_module_form_id?: InputMaybe<Scalars['ID']>;
19416
19656
  ends_on?: InputMaybe<Scalars['String']>;
19657
+ /** The ID of the custom form OR the name of the generic form (e.g 'billing_info') */
19417
19658
  form?: InputMaybe<Scalars['String']>;
19418
19659
  frequency?: InputMaybe<Scalars['String']>;
19419
19660
  hour?: InputMaybe<Scalars['String']>;
@@ -20229,6 +20470,8 @@ export type DeleteDocumentPayload = {
20229
20470
  export type DeleteDosespotInput = {
20230
20471
  /** The ID of the dosespot object to delete */
20231
20472
  dosespot_object_id?: InputMaybe<Scalars['ID']>;
20473
+ /** The ID of the dosespot user to delete */
20474
+ dosespot_user_id?: InputMaybe<Scalars['ID']>;
20232
20475
  };
20233
20476
  /** Autogenerated return type of deleteDosespot. */
20234
20477
  export type DeleteDosespotPayload = {
@@ -21854,10 +22097,14 @@ export type UpdateAppointmentInput = {
21854
22097
  id?: InputMaybe<Scalars['ID']>;
21855
22098
  is_blocker?: InputMaybe<Scalars['Boolean']>;
21856
22099
  is_zoom_chat?: InputMaybe<Scalars['Boolean']>;
22100
+ /** The late cancellation fee in cents */
22101
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
21857
22102
  location?: InputMaybe<Scalars['String']>;
21858
22103
  max_attendees?: InputMaybe<Scalars['String']>;
21859
22104
  /** a serialized JSON string of metadata */
21860
22105
  metadata?: InputMaybe<Scalars['JSON']>;
22106
+ /** The no show fee in cents */
22107
+ no_show_fee?: InputMaybe<Scalars['Int']>;
21861
22108
  notes?: InputMaybe<Scalars['String']>;
21862
22109
  other_party_id?: InputMaybe<Scalars['String']>;
21863
22110
  pm_status?: InputMaybe<Scalars['String']>;
@@ -21925,7 +22172,8 @@ export type UpdateAppointmentSettingInput = {
21925
22172
  id?: InputMaybe<Scalars['ID']>;
21926
22173
  insurance_eligibility_integration?: InputMaybe<Scalars['Boolean']>;
21927
22174
  invoice_clients_without_payment_method?: InputMaybe<Scalars['Boolean']>;
21928
- late_cancellation_fee?: InputMaybe<Scalars['String']>;
22175
+ /** The late cancellation fee in cents */
22176
+ late_cancellation_fee?: InputMaybe<Scalars['Int']>;
21929
22177
  max_days_in_future?: InputMaybe<Scalars['String']>;
21930
22178
  /** Prevents the patient from canceling too close the appointment time. In minutes */
21931
22179
  minimum_advance_cancel_time?: InputMaybe<Scalars['Int']>;
@@ -21933,7 +22181,8 @@ export type UpdateAppointmentSettingInput = {
21933
22181
  minimum_advance_reschedule_time?: InputMaybe<Scalars['Int']>;
21934
22182
  /** Prevents the patient from scheduling too close to the desired appointment time. In minutes */
21935
22183
  minimum_advance_schedule_time?: InputMaybe<Scalars['Int']>;
21936
- no_show_fee?: InputMaybe<Scalars['String']>;
22184
+ /** The no show fee in cents */
22185
+ no_show_fee?: InputMaybe<Scalars['Int']>;
21937
22186
  prevent_client_booking?: InputMaybe<Scalars['Boolean']>;
21938
22187
  prevent_no_credit_booking?: InputMaybe<Scalars['Boolean']>;
21939
22188
  reply_to_provider?: InputMaybe<Scalars['Boolean']>;
@@ -21973,6 +22222,7 @@ export type UpdateAppointmentSettingInput = {
21973
22222
  times_by_contact_type?: InputMaybe<Scalars['Boolean']>;
21974
22223
  /** Allows times to be grouped by location. */
21975
22224
  times_by_location?: InputMaybe<Scalars['Boolean']>;
22225
+ use_appointment_type_cpt_units_and_fees?: InputMaybe<Scalars['Boolean']>;
21976
22226
  use_client_credit_system?: InputMaybe<Scalars['Boolean']>;
21977
22227
  use_client_sources?: InputMaybe<Scalars['Boolean']>;
21978
22228
  use_zoom_waiting_room?: InputMaybe<Scalars['Boolean']>;
@@ -21995,6 +22245,7 @@ export type UpdateAppointmentSettingPayload = {
21995
22245
  export type UpdateAppointmentTypeCptCodeInput = {
21996
22246
  appointment_type_id?: InputMaybe<Scalars['ID']>;
21997
22247
  cpt_code_id?: InputMaybe<Scalars['ID']>;
22248
+ fee_per_unit?: InputMaybe<Scalars['Int']>;
21998
22249
  id?: InputMaybe<Scalars['ID']>;
21999
22250
  units?: InputMaybe<Scalars['String']>;
22000
22251
  };
@@ -22018,6 +22269,8 @@ export type UpdateAppointmentTypeInput = {
22018
22269
  bookable_by_groups?: InputMaybe<Scalars['Boolean']>;
22019
22270
  bookable_group_ids?: InputMaybe<Scalars['String']>;
22020
22271
  bookable_without_group?: InputMaybe<Scalars['Boolean']>;
22272
+ /** When set, will be used as the appointment type name shown to clients in the client booking widget UI. */
22273
+ client_facing_display_name?: InputMaybe<Scalars['String']>;
22021
22274
  /** When false, clients will not have the ability to self-book this appointment */
22022
22275
  clients_can_book?: InputMaybe<Scalars['Boolean']>;
22023
22276
  contact_type_override_in_person?: InputMaybe<ContactTypeOverride>;
@@ -22038,6 +22291,8 @@ export type UpdateAppointmentTypeInput = {
22038
22291
  is_waitlist_enabled?: InputMaybe<Scalars['Boolean']>;
22039
22292
  /** The length of the appointment type in minutes */
22040
22293
  length?: InputMaybe<Scalars['Int']>;
22294
+ /** Metadata for an appointment type. Maximum character limit of 128,000. */
22295
+ metadata?: InputMaybe<Scalars['String']>;
22041
22296
  /** The name of the appointment type */
22042
22297
  name?: InputMaybe<Scalars['String']>;
22043
22298
  pricing?: InputMaybe<Scalars['String']>;
@@ -22085,6 +22340,25 @@ export type UpdateAutoTaskGeneratorPayload = {
22085
22340
  /** The list of errors occurred during the mutation */
22086
22341
  messages?: Maybe<Array<Maybe<FieldError>>>;
22087
22342
  };
22343
+ /** Autogenerated input type of updateAutomatedInsuranceBillingSetting */
22344
+ export type UpdateAutomatedInsuranceBillingSettingInput = {
22345
+ auto_create_cms1500s?: InputMaybe<Scalars['Boolean']>;
22346
+ auto_submit_cms1500s?: InputMaybe<Scalars['Boolean']>;
22347
+ id?: InputMaybe<Scalars['ID']>;
22348
+ use_cpt_codes_units_and_fees_with_appointment_types?: InputMaybe<Scalars['Boolean']>;
22349
+ };
22350
+ /** Autogenerated return type of updateAutomatedInsuranceBillingSetting. */
22351
+ export type UpdateAutomatedInsuranceBillingSettingPayload = {
22352
+ __typename?: 'updateAutomatedInsuranceBillingSettingPayload';
22353
+ automated_insurance_billing_setting?: Maybe<AutomatedInsuranceBillingSetting>;
22354
+ /**
22355
+ * DO NOT USE
22356
+ * @deprecated DO NOT USE
22357
+ */
22358
+ clientMutationId?: Maybe<Scalars['String']>;
22359
+ /** The list of errors occurred during the mutation */
22360
+ messages?: Maybe<Array<Maybe<FieldError>>>;
22361
+ };
22088
22362
  /** Autogenerated input type of updateBillingItem */
22089
22363
  export type UpdateBillingItemInput = {
22090
22364
  amount_paid?: InputMaybe<Scalars['String']>;
@@ -22376,7 +22650,7 @@ export type UpdateClientInput = {
22376
22650
  legal_name?: InputMaybe<Scalars['String']>;
22377
22651
  location?: InputMaybe<ClientLocationInput>;
22378
22652
  locations?: InputMaybe<Array<InputMaybe<ClientLocationInput>>>;
22379
- /** a serialized JSON string of metadata */
22653
+ /** a serialized JSON string of metadata, maximum length of 128,000 */
22380
22654
  metadata?: InputMaybe<Scalars['String']>;
22381
22655
  other_provider_ids?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
22382
22656
  password?: InputMaybe<Scalars['String']>;
@@ -22721,6 +22995,8 @@ export type UpdateDocumentInput = {
22721
22995
  id?: InputMaybe<Scalars['ID']>;
22722
22996
  include_in_charting?: InputMaybe<Scalars['Boolean']>;
22723
22997
  internal_notes?: InputMaybe<Scalars['String']>;
22998
+ /** Metadata for an document type. Maximum character limit of 128,000. */
22999
+ metadata?: InputMaybe<Scalars['String']>;
22724
23000
  parse_ccda?: InputMaybe<Scalars['Boolean']>;
22725
23001
  rel_user_id?: InputMaybe<Scalars['ID']>;
22726
23002
  /** A comma-separated list of doc_share_ids */
@@ -24066,6 +24342,8 @@ export type UpdateRecurringFormPayload = {
24066
24342
  /** Autogenerated input type of updateReferral */
24067
24343
  export type UpdateReferralInput = {
24068
24344
  id?: InputMaybe<Scalars['ID']>;
24345
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
24346
+ metadata?: InputMaybe<Scalars['String']>;
24069
24347
  referral_reason?: InputMaybe<Scalars['String']>;
24070
24348
  referring_physician_id?: InputMaybe<Scalars['ID']>;
24071
24349
  user_id?: InputMaybe<Scalars['ID']>;
@@ -24092,6 +24370,8 @@ export type UpdateReferringPhysicianInput = {
24092
24370
  id?: InputMaybe<Scalars['ID']>;
24093
24371
  last_name?: InputMaybe<Scalars['String']>;
24094
24372
  location?: InputMaybe<PhysicianLocationInput>;
24373
+ /** A serialized JSON string of metadata. Maximum character limit of 128,000. */
24374
+ metadata?: InputMaybe<Scalars['String']>;
24095
24375
  notes?: InputMaybe<Scalars['String']>;
24096
24376
  npi?: InputMaybe<Scalars['String']>;
24097
24377
  other_id?: InputMaybe<Scalars['String']>;
@@ -24737,6 +25017,32 @@ export type CreateFormCompletionRequestMutation = {
24737
25017
  } | null> | null;
24738
25018
  } | null;
24739
25019
  };
25020
+ export type CreateGoalMutationVariables = Exact<{
25021
+ name?: InputMaybe<Scalars['String']>;
25022
+ user_id?: InputMaybe<Scalars['String']>;
25023
+ program_goal?: InputMaybe<Scalars['Boolean']>;
25024
+ repeat?: InputMaybe<Scalars['String']>;
25025
+ due_date?: InputMaybe<Scalars['String']>;
25026
+ start_on?: InputMaybe<Scalars['String']>;
25027
+ reminder?: InputMaybe<ReminderInput>;
25028
+ care_plan_id?: InputMaybe<Scalars['ID']>;
25029
+ title_link?: InputMaybe<Scalars['String']>;
25030
+ }>;
25031
+ export type CreateGoalMutation = {
25032
+ __typename?: 'Mutation';
25033
+ createGoal?: {
25034
+ __typename?: 'createGoalPayload';
25035
+ goal?: {
25036
+ __typename?: 'Goal';
25037
+ id: string;
25038
+ } | null;
25039
+ messages?: Array<{
25040
+ __typename?: 'FieldError';
25041
+ field?: string | null;
25042
+ message: string;
25043
+ } | null> | null;
25044
+ } | null;
25045
+ };
24740
25046
  export type CreateJournalEntryMutationVariables = Exact<{
24741
25047
  input: CreateEntryInput;
24742
25048
  }>;
@@ -25247,6 +25553,7 @@ export declare const CreateConversationDocument: import("graphql").DocumentNode;
25247
25553
  export declare const CreateEntryDocument: import("graphql").DocumentNode;
25248
25554
  export declare const CreateFormAnswerGroupDocument: import("graphql").DocumentNode;
25249
25555
  export declare const CreateFormCompletionRequestDocument: import("graphql").DocumentNode;
25556
+ export declare const CreateGoalDocument: import("graphql").DocumentNode;
25250
25557
  export declare const CreateJournalEntryDocument: import("graphql").DocumentNode;
25251
25558
  export declare const CreateLocationDocument: import("graphql").DocumentNode;
25252
25559
  export declare const CreatePatientDocument: import("graphql").DocumentNode;
@@ -25312,6 +25619,12 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
25312
25619
  headers: Dom.Headers;
25313
25620
  status: number;
25314
25621
  }>;
25622
+ createGoal(variables?: CreateGoalMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25623
+ data: CreateGoalMutation;
25624
+ extensions?: any;
25625
+ headers: Dom.Headers;
25626
+ status: number;
25627
+ }>;
25315
25628
  createJournalEntry(variables: CreateJournalEntryMutationVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<{
25316
25629
  data: CreateJournalEntryMutation;
25317
25630
  extensions?: any;