@tellescope/types-models 1.229.0 → 1.230.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.
@@ -215,6 +215,7 @@ export type OrganizationSettings = {
215
215
  reverseTimeline?: boolean;
216
216
  delayedReadingIntervalInMS?: number;
217
217
  createChatRoomWithBlankUserIds?: boolean;
218
+ showAlternateEmailsEditor?: boolean;
218
219
  };
219
220
  tickets?: {
220
221
  defaultJourneyDueDateOffsetInMS?: number | '';