@tellescope/types-models 1.184.0 → 1.185.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 +5 -3
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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;
|