@tellescope/types-models 1.183.0 → 1.185.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.
@@ -198,6 +198,7 @@ export type OrganizationSettings = {
198
198
  hideUnorderedFullscriptMeds?: boolean;
199
199
  detailField?: string;
200
200
  showDownloadCallRecordings?: boolean;
201
+ launchDosespotWebhookURL?: string;
201
202
  };
202
203
  tickets?: {
203
204
  defaultJourneyDueDateOffsetInMS?: number | '';
@@ -240,6 +241,7 @@ export type OrganizationSettings = {
240
241
  };
241
242
  interface?: {
242
243
  dontPersistSearches?: boolean;
244
+ showEndusersV2?: boolean;
243
245
  };
244
246
  };
245
247
  export type OrganizationLimits = {
@@ -843,6 +845,7 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
843
845
  pharmacyId?: string;
844
846
  orderStatus?: string;
845
847
  reasonForTaking?: string;
848
+ directions?: string;
846
849
  }
847
850
  export interface APIKey_readonly extends ClientRecord {
848
851
  hashedKey: string;