@tellescope/types-models 1.237.1 → 1.237.2

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.
@@ -3735,6 +3735,7 @@ export interface PhoneCall extends PhoneCall_readonly, PhoneCall_required, Phone
3735
3735
  ticketIds?: string[];
3736
3736
  tags?: string[];
3737
3737
  inputs?: string[];
3738
+ queueGatherDigit?: string;
3738
3739
  answeredAt?: Date;
3739
3740
  recordingCancelledAt?: Date;
3740
3741
  assignedTo?: string[];
@@ -4644,6 +4645,7 @@ export type PhoneTreeActions = {
4644
4645
  'Add to Queue': PhoneTreeActionBuilder<"Add to Queue", {
4645
4646
  queueId: string;
4646
4647
  playback?: Partial<PhonePlayback>;
4648
+ holdPromptPlayback?: Partial<PhonePlayback>;
4647
4649
  }>;
4648
4650
  'Route Extensions': PhoneTreeActionBuilder<"Route Extensions", {
4649
4651
  extensions: {
@@ -5241,6 +5243,8 @@ export interface InboxThread extends InboxThread_readonly, InboxThread_required,
5241
5243
  trashedAt?: Date | '';
5242
5244
  recentOutboundUserId?: string;
5243
5245
  recentInboundEnduserId?: string;
5246
+ draftMessageIds?: string[];
5247
+ scheduledMessageIds?: string[];
5244
5248
  }
5245
5249
  export type ModelForName_required = {
5246
5250
  inbox_threads: InboxThread_required;