@tellescope/types-models 1.184.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 | '';
@@ -844,6 +845,7 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
844
845
  pharmacyId?: string;
845
846
  orderStatus?: string;
846
847
  reasonForTaking?: string;
848
+ directions?: string;
847
849
  }
848
850
  export interface APIKey_readonly extends ClientRecord {
849
851
  hashedKey: string;