@tellescope/types-models 1.144.0 → 1.145.0

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.
@@ -2548,6 +2548,7 @@ export type SwitchToRelatedContactAutomationAction = AutomationActionBuilder<'sw
2548
2548
  otherTypes?: string[];
2549
2549
  }>;
2550
2550
  export type ElationSyncAutomationAction = AutomationActionBuilder<'elationSync', {}>;
2551
+ export type CanvasSyncAutomationAction = AutomationActionBuilder<'canvasSync', {}>;
2551
2552
  export type IterableFieldsMapping = {
2552
2553
  iterable: string;
2553
2554
  tellescope: string;
@@ -2604,6 +2605,7 @@ export type AutomationActionForType = {
2604
2605
  activeCampaignSync: ActiveCampaignSyncAutomationAction;
2605
2606
  switchToRelatedContact: SwitchToRelatedContactAutomationAction;
2606
2607
  'elationSync': ElationSyncAutomationAction;
2608
+ canvasSync: CanvasSyncAutomationAction;
2607
2609
  };
2608
2610
  export type AutomationActionType = keyof AutomationActionForType;
2609
2611
  export type AutomationAction = AutomationActionForType[AutomationActionType];
@@ -3024,7 +3026,7 @@ export interface PhoneCall extends PhoneCall_readonly, PhoneCall_required, Phone
3024
3026
  transcriptionId?: string;
3025
3027
  conferenceId?: string;
3026
3028
  externalConferenceId?: string;
3027
- conferenceAttendees?: string[];
3029
+ conferenceAttendees?: (string[]) | (string[][]);
3028
3030
  unread?: boolean;
3029
3031
  transcription?: string;
3030
3032
  note?: string;
@@ -3852,6 +3854,7 @@ export interface TicketQueue extends TicketQueue_readonly, TicketQueue_required,
3852
3854
  lastRefreshedCountAt?: Date;
3853
3855
  preventPull?: string[];
3854
3856
  index?: number;
3857
+ overdueReminderUserId?: string;
3855
3858
  }
3856
3859
  export interface EnduserOrder_readonly extends ClientRecord {
3857
3860
  }