@tellescope/types-models 1.242.8 → 1.242.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -467,6 +467,9 @@ export interface Organization extends Organization_readonly, Organization_requir
467
467
  };
468
468
  canvasSyncEmailConsent?: boolean;
469
469
  canvasSyncPhoneConsent?: boolean;
470
+ canvasStateToLocationId?: {
471
+ [state: string]: string;
472
+ };
470
473
  dosespotClinics?: {
471
474
  id: string;
472
475
  name: string;
@@ -3093,6 +3096,7 @@ export type CreateTicketActionInfo = {
3093
3096
  export type SendEmailAutomationAction = AutomationActionBuilder<'sendEmail', AutomationForMessage & {
3094
3097
  fromEmailOverride?: string;
3095
3098
  ccRelatedContactTypes?: string[];
3099
+ customEmailField?: string;
3096
3100
  }>;
3097
3101
  export type NotifyTeamAutomationAction = AutomationActionBuilder<'notifyTeam', {
3098
3102
  templateId: string;
@@ -3415,6 +3419,9 @@ export interface EnduserObservation extends EnduserObservation_readonly, Enduser
3415
3419
  type?: string;
3416
3420
  source?: string;
3417
3421
  notes?: string;
3422
+ qualitativeResult?: string;
3423
+ refRange?: string;
3424
+ statusIndicator?: string;
3418
3425
  externalId?: string;
3419
3426
  deviceId?: string;
3420
3427
  references?: RelatedRecord[];
@@ -4951,12 +4958,14 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
4951
4958
  tracking?: string;
4952
4959
  }[];
4953
4960
  tracking?: string;
4961
+ carrier?: string;
4954
4962
  instructions?: string;
4955
4963
  shippedDate?: string;
4956
4964
  frequency?: string;
4957
4965
  activateBy?: string;
4958
4966
  fill?: string;
4959
4967
  sku?: string;
4968
+ bookingLink?: string;
4960
4969
  }
4961
4970
  export interface EnduserProblem_readonly extends ClientRecord {
4962
4971
  }
@@ -5345,6 +5354,7 @@ export interface AIConversation extends AIConversation_readonly, AIConversation_
5345
5354
  orchestrationId?: string;
5346
5355
  }
5347
5356
  export interface InboxThread_readonly extends ClientRecord {
5357
+ searchKeywords?: string[];
5348
5358
  }
5349
5359
  export interface InboxThread_required {
5350
5360
  type: "Email" | "SMS" | "Chat" | "GroupMMS" | "Phone";