@tellescope/types-models 1.242.9 → 1.242.10

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.
@@ -221,6 +221,7 @@ export type OrganizationSettings = {
221
221
  showAlternateEmailsEditor?: boolean;
222
222
  excludeCareTeamFromSearch?: boolean;
223
223
  showVideoCallsOnTimeline?: boolean;
224
+ allowOverrideEmailUniqueness?: boolean;
224
225
  };
225
226
  tickets?: {
226
227
  defaultJourneyDueDateOffsetInMS?: number | '';