@tellescope/types-models 1.182.0 → 1.184.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 +6 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +6 -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 +6 -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,10 @@ export type OrganizationSettings = {
|
|
|
237
238
|
integrations?: {
|
|
238
239
|
vitalLabOrderPhysicianOptional?: boolean;
|
|
239
240
|
};
|
|
241
|
+
interface?: {
|
|
242
|
+
dontPersistSearches?: boolean;
|
|
243
|
+
showEndusersV2?: boolean;
|
|
244
|
+
};
|
|
240
245
|
};
|
|
241
246
|
export type OrganizationLimits = {
|
|
242
247
|
[K in ModelName]?: number;
|
|
@@ -408,6 +413,7 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
408
413
|
hasConnectedMedplum?: boolean;
|
|
409
414
|
customPortalLoginEmailSubject?: string;
|
|
410
415
|
customPortalLoginEmailHTML?: string;
|
|
416
|
+
customerIOFields?: string[];
|
|
411
417
|
}
|
|
412
418
|
export type OrganizationTheme = {
|
|
413
419
|
name: string;
|