@tellescope/types-models 1.250.1 → 1.250.2
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 +3 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +3 -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 +7 -1
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1077,6 +1077,7 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
|
|
|
1077
1077
|
allergyNote?: string;
|
|
1078
1078
|
status?: string;
|
|
1079
1079
|
protocol?: string;
|
|
1080
|
+
category?: string;
|
|
1080
1081
|
scriptSureDraft?: {
|
|
1081
1082
|
prescriptionRouteId?: string;
|
|
1082
1083
|
drugId?: string;
|
|
@@ -4721,6 +4722,7 @@ export type AutomationTriggerEvents = {
|
|
|
4721
4722
|
'Medication Added': AutomationTriggerEventBuilder<"Medication Added", {
|
|
4722
4723
|
titles: string[];
|
|
4723
4724
|
protocols: string[];
|
|
4725
|
+
titleCondition?: CompoundFilter<'title'>;
|
|
4724
4726
|
}, {}>;
|
|
4725
4727
|
'No Recent Appointment': AutomationTriggerEventBuilder<"No Recent Appointment", {
|
|
4726
4728
|
intervalInMS: number;
|
|
@@ -4781,6 +4783,7 @@ export type AutomationTriggerEvents = {
|
|
|
4781
4783
|
channels?: string[];
|
|
4782
4784
|
keywords?: string[];
|
|
4783
4785
|
}, {}>;
|
|
4786
|
+
'Outbound Chat Sent': AutomationTriggerEventBuilder<"Outbound Chat Sent", {}, {}>;
|
|
4784
4787
|
'Pregnancy Ended': AutomationTriggerEventBuilder<"Pregnancy Ended", {
|
|
4785
4788
|
reason?: string;
|
|
4786
4789
|
}, {}>;
|