@tellescope/types-models 1.182.0 → 1.183.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.
- package/lib/cjs/index.d.ts +5 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +5 -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 +5 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -197,6 +197,7 @@ export type OrganizationSettings = {
|
|
|
197
197
|
defaultHideFilesFromPortal?: boolean;
|
|
198
198
|
hideUnorderedFullscriptMeds?: boolean;
|
|
199
199
|
detailField?: string;
|
|
200
|
+
showDownloadCallRecordings?: boolean;
|
|
200
201
|
};
|
|
201
202
|
tickets?: {
|
|
202
203
|
defaultJourneyDueDateOffsetInMS?: number | '';
|
|
@@ -237,6 +238,9 @@ export type OrganizationSettings = {
|
|
|
237
238
|
integrations?: {
|
|
238
239
|
vitalLabOrderPhysicianOptional?: boolean;
|
|
239
240
|
};
|
|
241
|
+
interface?: {
|
|
242
|
+
dontPersistSearches?: boolean;
|
|
243
|
+
};
|
|
240
244
|
};
|
|
241
245
|
export type OrganizationLimits = {
|
|
242
246
|
[K in ModelName]?: number;
|
|
@@ -408,6 +412,7 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
408
412
|
hasConnectedMedplum?: boolean;
|
|
409
413
|
customPortalLoginEmailSubject?: string;
|
|
410
414
|
customPortalLoginEmailHTML?: string;
|
|
415
|
+
customerIOFields?: string[];
|
|
411
416
|
}
|
|
412
417
|
export type OrganizationTheme = {
|
|
413
418
|
name: string;
|