@tellescope/types-models 1.250.0 → 1.250.1

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.
@@ -250,6 +250,7 @@ export type OrganizationSettings = {
250
250
  excludeCareTeamFromSearch?: boolean;
251
251
  showVideoCallsOnTimeline?: boolean;
252
252
  allowOverrideEmailUniqueness?: boolean;
253
+ endPhoneCallWhenVideoJoined?: boolean;
253
254
  };
254
255
  tickets?: {
255
256
  defaultJourneyDueDateOffsetInMS?: number | '';