@tellescope/types-models 1.181.0 → 1.181.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.
@@ -89,6 +89,7 @@ export type PortalSettings = {
89
89
  };
90
90
  communication?: {
91
91
  allowEnduserInitiatedChat?: boolean;
92
+ allowChatCareTeamSelection?: boolean;
92
93
  enduserInitiatedChatDefaultSubject?: string;
93
94
  sendEmailNotificationsToEnduser?: boolean;
94
95
  sendSMSNotificationsToEnduser?: boolean;
@@ -195,6 +196,7 @@ export type OrganizationSettings = {
195
196
  requireObservationInvalidationReason?: boolean;
196
197
  defaultHideFilesFromPortal?: boolean;
197
198
  hideUnorderedFullscriptMeds?: boolean;
199
+ detailField?: string;
198
200
  };
199
201
  tickets?: {
200
202
  defaultJourneyDueDateOffsetInMS?: number | '';