@tellescope/types-models 1.142.0 → 1.143.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.
@@ -175,6 +175,7 @@ export type OrganizationSettings = {
175
175
  sharedInboxReadStatus?: boolean;
176
176
  matchEmailAndNames?: boolean;
177
177
  hideNotesFromComposeForm?: boolean;
178
+ showSalesforceId?: boolean;
178
179
  };
179
180
  tickets?: {
180
181
  defaultJourneyDueDateOffsetInMS?: number | '';