@tellescope/types-models 1.140.0 → 1.141.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.
@@ -174,6 +174,7 @@ export type OrganizationSettings = {
174
174
  defaultToOutboundConferenceCall?: boolean;
175
175
  sharedInboxReadStatus?: boolean;
176
176
  matchEmailAndNames?: boolean;
177
+ hideNotesFromComposeForm?: boolean;
177
178
  };
178
179
  tickets?: {
179
180
  defaultJourneyDueDateOffsetInMS?: number | '';
@@ -1203,6 +1204,7 @@ export type TicketAction = TicketActions[TicketActionType];
1203
1204
  export type TicketSnooze = {
1204
1205
  at: Date;
1205
1206
  until: Date;
1207
+ reason?: string;
1206
1208
  };
1207
1209
  export type RoundRobinAssignmentInfo = {
1208
1210
  id: string;
@@ -1545,6 +1547,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
1545
1547
  externalId: string;
1546
1548
  }[];
1547
1549
  hideAfterUnsubmittedInMS?: number;
1550
+ hideFromCompose?: boolean;
1548
1551
  }
1549
1552
  export interface FormGroup_readonly extends ClientRecord {
1550
1553
  }