@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.
- package/lib/cjs/index.d.ts +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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 | '';
|