@tellescope/types-models 1.200.2 → 1.201.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.
@@ -248,6 +248,7 @@ export type OrganizationSettings = {
248
248
  interface?: {
249
249
  dontPersistSearches?: boolean;
250
250
  showEndusersV2?: boolean;
251
+ showInboxV2?: boolean;
251
252
  };
252
253
  };
253
254
  export type OrganizationLimits = {
@@ -1051,10 +1052,10 @@ export interface Email_updatesDisabled {
1051
1052
  inbound?: boolean;
1052
1053
  logOnly?: boolean;
1053
1054
  timestamp?: Date;
1054
- userId: string;
1055
1055
  journeyId?: string;
1056
1056
  }
1057
1057
  export interface Email extends Email_required, Email_readonly, Email_updatesDisabled, TextCommunication {
1058
+ userId: string;
1058
1059
  hiddenFromTimeline?: boolean;
1059
1060
  isAutoreply?: boolean;
1060
1061
  replyTo?: string | null;
@@ -1155,6 +1156,7 @@ export type ChatRoomType = 'internal' | 'external' | 'Group Chat';
1155
1156
  export interface ChatRoom_readonly extends ClientRecord {
1156
1157
  recentMessage?: string;
1157
1158
  recentEnduserMessage?: string;
1159
+ recentEnduserMessageSentAt?: number;
1158
1160
  recentSender?: string;
1159
1161
  recentMessageSentAt?: number;
1160
1162
  numMessages: number;
@@ -1688,6 +1690,7 @@ export interface Form_required {
1688
1690
  export interface Form_updatesDisabled {
1689
1691
  }
1690
1692
  export interface Form extends Form_readonly, Form_required, Form_updatesDisabled {
1693
+ gtmTag?: string;
1691
1694
  ipAddressCustomField: string;
1692
1695
  archivedAt?: Date | '';
1693
1696
  displayTitle?: string;
@@ -2518,6 +2521,7 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
2518
2521
  appointmentSlotsMaxHeight?: number;
2519
2522
  includeRelatedContactTypes?: string[];
2520
2523
  archivedAt?: Date | '';
2524
+ gtmTag?: string;
2521
2525
  }
2522
2526
  export interface CalendarEventRSVP_readonly extends ClientRecord {
2523
2527
  creatorType: SessionType;
@@ -4297,6 +4301,7 @@ export interface TicketThreadComment_required {
4297
4301
  enduserId: string;
4298
4302
  public: boolean;
4299
4303
  inbound: boolean;
4304
+ assignedTo?: string[];
4300
4305
  }
4301
4306
  export interface TicketThreadComment_updatesDisabled {
4302
4307
  }
@@ -4483,13 +4488,10 @@ export type GroupMMSUserState = {
4483
4488
  };
4484
4489
  export interface GroupMMSConversation_readonly extends ClientRecord {
4485
4490
  externalId: string;
4486
- phoneNumber: string;
4491
+ destinations: string[];
4487
4492
  messages: GroupMMSMessage[];
4493
+ phoneNumber: string;
4488
4494
  title: string;
4489
- userIds: string[];
4490
- enduserIds: string[];
4491
- destinations: string[];
4492
- userStates: GroupMMSUserState[];
4493
4495
  pinnedAt?: Date | '';
4494
4496
  tags?: string[];
4495
4497
  suggestedReply?: string;
@@ -4497,15 +4499,18 @@ export interface GroupMMSConversation_readonly extends ClientRecord {
4497
4499
  [index: string]: Date | '';
4498
4500
  };
4499
4501
  hiddenForAll?: boolean;
4500
- assignedTo?: string[];
4501
4502
  }
4502
4503
  export interface GroupMMSConversation_updatesDisabled {
4503
4504
  }
4504
4505
  export interface GroupMMSConversation_required {
4506
+ userIds: string[];
4507
+ userStates: GroupMMSUserState[];
4508
+ enduserIds: string[];
4505
4509
  }
4506
4510
  export interface GroupMMSConversation extends GroupMMSConversation_readonly, GroupMMSConversation_required, GroupMMSConversation_updatesDisabled {
4507
4511
  markedUnreadForAll?: boolean;
4508
4512
  inboxStatus?: string;
4513
+ assignedTo?: string[];
4509
4514
  }
4510
4515
  export type VitalComparisons = {
4511
4516
  'Less Than': {