@awell-health/awell-extensions 1.1.63 → 1.1.65
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/athenahealth/actions/index.d.ts +2 -2
- package/dist/extensions/athenahealth/api/schema/appointment.d.ts +2 -2
- package/dist/extensions/athenahealth/api/schema/clinicalDocument.d.ts +2 -2
- package/dist/extensions/athenahealth/settings.d.ts +4 -4
- package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +4 -4
- package/dist/extensions/calDotCom/schema.d.ts +6 -6
- package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
- package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +8 -8
- package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
- package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +8 -8
- package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +14 -14
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +8 -8
- package/dist/extensions/dockHealth/lib/dock.types.d.ts +4 -4
- package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +1 -1
- package/dist/extensions/dropboxSign/v1/actions/sendRequestReminder/config/fields.d.ts +2 -2
- package/dist/extensions/elation/actions/index.d.ts +3 -3
- package/dist/extensions/elation/validation/appointment.zod.d.ts +24 -24
- package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +3 -3
- package/dist/extensions/elation/validation/patient.zod.d.ts +4 -4
- package/dist/extensions/elation/validation/physician.zod.d.ts +4 -4
- package/dist/extensions/elation/validation/settings.zod.d.ts +4 -4
- package/dist/extensions/healthie/actions/createAppointment/config/fields.d.ts +2 -2
- package/dist/extensions/healthie/actions/getMetricEntry/config/fields.d.ts +2 -2
- package/dist/extensions/healthie/actions/index.d.ts +3 -3
- package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +22 -22
- package/dist/extensions/index.js +22 -20
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/infobip/settings.d.ts +4 -4
- package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
- package/dist/extensions/infobip/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/mailgun/settings.d.ts +1 -1
- package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/markdown.json +5 -1
- package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
- package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
- package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
- package/dist/extensions/metriport/actions/index.d.ts +1 -1
- package/dist/extensions/metriport/actions/patient/validation.d.ts +6 -6
- package/dist/extensions/sendgrid-extension/v1/actions/addOrUpdateContact/config/fields.d.ts +2 -2
- package/dist/extensions/sendgrid-extension/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/sfdc/actions/createLead/createLead.js +6 -8
- package/dist/extensions/sfdc/actions/createLead/createLead.js.map +1 -1
- package/dist/extensions/sfdc/actions/updateLead/updateLead.js +6 -8
- package/dist/extensions/sfdc/actions/updateLead/updateLead.js.map +1 -1
- package/dist/extensions/sfdc/api/client.js +3 -6
- package/dist/extensions/sfdc/api/client.js.map +1 -1
- package/dist/extensions/sfdc/lib/errors.d.ts +9 -4
- package/dist/extensions/sfdc/lib/errors.js +18 -24
- package/dist/extensions/sfdc/lib/errors.js.map +1 -1
- package/dist/extensions/talkDesk/settings.d.ts +2 -2
- package/dist/extensions/twilio/lib/appendOptOutLanguage.d.ts +3 -0
- package/dist/extensions/twilio/lib/appendOptOutLanguage.js +18 -0
- package/dist/extensions/twilio/lib/appendOptOutLanguage.js.map +1 -0
- package/dist/extensions/twilio/lib/errors.d.ts +9 -0
- package/dist/extensions/twilio/lib/errors.js +23 -0
- package/dist/extensions/twilio/lib/errors.js.map +1 -0
- package/dist/extensions/twilio/lib/index.d.ts +1 -0
- package/dist/extensions/twilio/lib/index.js +6 -0
- package/dist/extensions/twilio/lib/index.js.map +1 -0
- package/dist/extensions/twilio/settings.d.ts +30 -0
- package/dist/extensions/twilio/settings.js +39 -0
- package/dist/extensions/twilio/settings.js.map +1 -1
- package/dist/extensions/twilio/tests/settings.test.d.ts +1 -0
- package/dist/extensions/twilio/tests/settings.test.js +24 -0
- package/dist/extensions/twilio/tests/settings.test.js.map +1 -0
- package/dist/extensions/twilio/v2/actions/createFlowExecution/config/actionSchema.d.ts +57 -24
- package/dist/extensions/twilio/v2/actions/getMessages/config/fields.d.ts +2 -2
- package/dist/extensions/twilio/v2/actions/getMessages/getMessages.test.js +12 -0
- package/dist/extensions/twilio/v2/actions/getMessages/getMessages.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSms/sendSms.js +11 -29
- package/dist/extensions/twilio/v2/actions/sendSms/sendSms.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSms/sendSms.test.js +19 -15
- package/dist/extensions/twilio/v2/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsDuringBusinessHours/sendSmsDuringBusinessHours.js +11 -30
- package/dist/extensions/twilio/v2/actions/sendSmsDuringBusinessHours/sendSmsDuringBusinessHours.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsDuringBusinessHours/sendSmsDuringBusinessHours.test.js +25 -15
- package/dist/extensions/twilio/v2/actions/sendSmsDuringBusinessHours/sendSmsDuringBusinessHours.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsWithMessagingSid/sendSmsWithMessagingService.js +10 -29
- package/dist/extensions/twilio/v2/actions/sendSmsWithMessagingSid/sendSmsWithMessagingService.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsWithMessagingSid/sendSmsWithMessagingService.test.js +19 -15
- package/dist/extensions/twilio/v2/actions/sendSmsWithMessagingSid/sendSmsWithMessagingService.test.js.map +1 -1
- package/dist/extensions/workramp/config.d.ts +1 -0
- package/dist/extensions/workramp/config.js +5 -0
- package/dist/extensions/workramp/config.js.map +1 -0
- package/dist/extensions/workramp/index.d.ts +2 -0
- package/dist/extensions/workramp/index.js +19 -0
- package/dist/extensions/workramp/index.js.map +1 -0
- package/dist/extensions/workramp/settings.d.ts +1 -0
- package/dist/extensions/workramp/settings.js +5 -0
- package/dist/extensions/workramp/settings.js.map +1 -0
- package/dist/extensions/workramp/types/EventPayload.d.ts +49 -0
- package/dist/extensions/workramp/types/EventPayload.js +22 -0
- package/dist/extensions/workramp/types/EventPayload.js.map +1 -0
- package/dist/extensions/workramp/types/EventType.d.ts +13 -0
- package/dist/extensions/workramp/types/EventType.js +18 -0
- package/dist/extensions/workramp/types/EventType.js.map +1 -0
- package/dist/extensions/workramp/types/index.d.ts +2 -0
- package/dist/extensions/workramp/types/index.js +8 -0
- package/dist/extensions/workramp/types/index.js.map +1 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.d.ts +12 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.js +28 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.js.map +1 -0
- package/dist/extensions/workramp/webhooks/index.d.ts +1 -0
- package/dist/extensions/workramp/webhooks/index.js +6 -0
- package/dist/extensions/workramp/webhooks/index.js.map +1 -0
- package/dist/extensions/zusHealth/validation/settings.zod.d.ts +5 -5
- package/package.json +1 -1
@@ -61,9 +61,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
61
61
|
status_detail: string;
|
62
62
|
room?: string | undefined;
|
63
63
|
} | undefined;
|
64
|
+
duration?: number | undefined;
|
64
65
|
description?: string | undefined;
|
65
66
|
metadata?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
|
66
|
-
duration?: number | undefined;
|
67
67
|
service_location?: number | undefined;
|
68
68
|
telehealth_details?: string | undefined;
|
69
69
|
}, {
|
@@ -81,9 +81,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
81
81
|
status_detail: string;
|
82
82
|
room?: string | undefined;
|
83
83
|
} | undefined;
|
84
|
+
duration?: number | undefined;
|
84
85
|
description?: string | undefined;
|
85
86
|
metadata?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
|
86
|
-
duration?: number | undefined;
|
87
87
|
service_location?: number | undefined;
|
88
88
|
telehealth_details?: string | undefined;
|
89
89
|
}>;
|
@@ -96,16 +96,16 @@ export declare const FindAppointmentFieldSchema: z.ZodEffects<z.ZodObject<{
|
|
96
96
|
event_type: z.ZodOptional<z.ZodLiteral<"appointment">>;
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
98
98
|
patientId: number;
|
99
|
+
practiceId?: number | undefined;
|
99
100
|
event_type?: "appointment" | undefined;
|
100
101
|
physicianId?: number | undefined;
|
101
|
-
practiceId?: number | undefined;
|
102
102
|
from_date?: string | undefined;
|
103
103
|
to_date?: string | undefined;
|
104
104
|
}, {
|
105
105
|
patientId: number;
|
106
|
+
practiceId?: number | undefined;
|
106
107
|
event_type?: "appointment" | undefined;
|
107
108
|
physicianId?: number | undefined;
|
108
|
-
practiceId?: number | undefined;
|
109
109
|
from_date?: string | undefined;
|
110
110
|
to_date?: string | undefined;
|
111
111
|
}>, {
|
@@ -117,9 +117,9 @@ export declare const FindAppointmentFieldSchema: z.ZodEffects<z.ZodObject<{
|
|
117
117
|
patient: number;
|
118
118
|
}, {
|
119
119
|
patientId: number;
|
120
|
+
practiceId?: number | undefined;
|
120
121
|
event_type?: "appointment" | undefined;
|
121
122
|
physicianId?: number | undefined;
|
122
|
-
practiceId?: number | undefined;
|
123
123
|
from_date?: string | undefined;
|
124
124
|
to_date?: string | undefined;
|
125
125
|
}>;
|
@@ -133,16 +133,16 @@ export declare const FindAppointmentSchema: z.ZodObject<{
|
|
133
133
|
event_type: z.ZodOptional<z.ZodLiteral<"appointment">>;
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
135
135
|
patientId: number;
|
136
|
+
practiceId?: number | undefined;
|
136
137
|
event_type?: "appointment" | undefined;
|
137
138
|
physicianId?: number | undefined;
|
138
|
-
practiceId?: number | undefined;
|
139
139
|
from_date?: string | undefined;
|
140
140
|
to_date?: string | undefined;
|
141
141
|
}, {
|
142
142
|
patientId: number;
|
143
|
+
practiceId?: number | undefined;
|
143
144
|
event_type?: "appointment" | undefined;
|
144
145
|
physicianId?: number | undefined;
|
145
|
-
practiceId?: number | undefined;
|
146
146
|
from_date?: string | undefined;
|
147
147
|
to_date?: string | undefined;
|
148
148
|
}>, {
|
@@ -154,9 +154,9 @@ export declare const FindAppointmentSchema: z.ZodObject<{
|
|
154
154
|
patient: number;
|
155
155
|
}, {
|
156
156
|
patientId: number;
|
157
|
+
practiceId?: number | undefined;
|
157
158
|
event_type?: "appointment" | undefined;
|
158
159
|
physicianId?: number | undefined;
|
159
|
-
practiceId?: number | undefined;
|
160
160
|
from_date?: string | undefined;
|
161
161
|
to_date?: string | undefined;
|
162
162
|
}>;
|
@@ -168,29 +168,21 @@ export declare const FindAppointmentSchema: z.ZodObject<{
|
|
168
168
|
username: z.ZodString;
|
169
169
|
password: z.ZodString;
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
171
|
-
base_url: string;
|
172
|
-
client_secret: string;
|
173
171
|
auth_url: string;
|
174
172
|
client_id: string;
|
173
|
+
client_secret: string;
|
174
|
+
base_url: string;
|
175
175
|
username: string;
|
176
176
|
password: string;
|
177
177
|
}, {
|
178
|
-
base_url: string;
|
179
|
-
client_secret: string;
|
180
178
|
auth_url: string;
|
181
179
|
client_id: string;
|
180
|
+
client_secret: string;
|
181
|
+
base_url: string;
|
182
182
|
username: string;
|
183
183
|
password: string;
|
184
184
|
}>;
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
186
|
-
settings: {
|
187
|
-
base_url: string;
|
188
|
-
client_secret: string;
|
189
|
-
auth_url: string;
|
190
|
-
client_id: string;
|
191
|
-
username: string;
|
192
|
-
password: string;
|
193
|
-
};
|
194
186
|
fields: {
|
195
187
|
event_type?: string | undefined;
|
196
188
|
to_date?: string | undefined;
|
@@ -199,21 +191,29 @@ export declare const FindAppointmentSchema: z.ZodObject<{
|
|
199
191
|
practice?: number | undefined;
|
200
192
|
patient: number;
|
201
193
|
};
|
202
|
-
}, {
|
203
194
|
settings: {
|
204
|
-
base_url: string;
|
205
|
-
client_secret: string;
|
206
195
|
auth_url: string;
|
207
196
|
client_id: string;
|
197
|
+
client_secret: string;
|
198
|
+
base_url: string;
|
208
199
|
username: string;
|
209
200
|
password: string;
|
210
201
|
};
|
202
|
+
}, {
|
211
203
|
fields: {
|
212
204
|
patientId: number;
|
205
|
+
practiceId?: number | undefined;
|
213
206
|
event_type?: "appointment" | undefined;
|
214
207
|
physicianId?: number | undefined;
|
215
|
-
practiceId?: number | undefined;
|
216
208
|
from_date?: string | undefined;
|
217
209
|
to_date?: string | undefined;
|
218
210
|
};
|
211
|
+
settings: {
|
212
|
+
auth_url: string;
|
213
|
+
client_id: string;
|
214
|
+
client_secret: string;
|
215
|
+
base_url: string;
|
216
|
+
username: string;
|
217
|
+
password: string;
|
218
|
+
};
|
219
219
|
}>;
|
@@ -12,8 +12,8 @@ export declare const bulletSchema: z.ZodObject<{
|
|
12
12
|
}, {
|
13
13
|
text: string;
|
14
14
|
author: number;
|
15
|
-
id?: number | undefined;
|
16
15
|
category?: "Reason" | "Problem" | "Past" | "Family" | "Social" | "Instr" | "PE" | "ROS" | "Med" | "Data" | "Assessment" | "Test" | "Tx" | "Narrative" | "Followup" | "Plan" | "Objective" | "Hpi" | "Allergies" | "Habits" | "Assessplan" | "Consultant" | "Attending" | "Dateprocedure" | "Surgical" | "Orders" | "Referenced" | "Procedure" | undefined;
|
16
|
+
id?: number | undefined;
|
17
17
|
}>;
|
18
18
|
export declare const nonVisitNoteSchema: z.ZodObject<{
|
19
19
|
type: z.ZodDefault<z.ZodEnum<["email", "nonvisit", "phone"]>>;
|
@@ -30,8 +30,8 @@ export declare const nonVisitNoteSchema: z.ZodObject<{
|
|
30
30
|
}, {
|
31
31
|
text: string;
|
32
32
|
author: number;
|
33
|
-
id?: number | undefined;
|
34
33
|
category?: "Reason" | "Problem" | "Past" | "Family" | "Social" | "Instr" | "PE" | "ROS" | "Med" | "Data" | "Assessment" | "Test" | "Tx" | "Narrative" | "Followup" | "Plan" | "Objective" | "Hpi" | "Allergies" | "Habits" | "Assessplan" | "Consultant" | "Attending" | "Dateprocedure" | "Surgical" | "Orders" | "Referenced" | "Procedure" | undefined;
|
34
|
+
id?: number | undefined;
|
35
35
|
}>, "many">;
|
36
36
|
patient: z.ZodNumber;
|
37
37
|
practice: z.ZodOptional<z.ZodNumber>;
|
@@ -60,8 +60,8 @@ export declare const nonVisitNoteSchema: z.ZodObject<{
|
|
60
60
|
bullets: {
|
61
61
|
text: string;
|
62
62
|
author: number;
|
63
|
-
id?: number | undefined;
|
64
63
|
category?: "Reason" | "Problem" | "Past" | "Family" | "Social" | "Instr" | "PE" | "ROS" | "Med" | "Data" | "Assessment" | "Test" | "Tx" | "Narrative" | "Followup" | "Plan" | "Objective" | "Hpi" | "Allergies" | "Habits" | "Assessplan" | "Consultant" | "Attending" | "Dateprocedure" | "Surgical" | "Orders" | "Referenced" | "Procedure" | undefined;
|
64
|
+
id?: number | undefined;
|
65
65
|
}[];
|
66
66
|
document_date: Date;
|
67
67
|
chart_date: Date;
|
@@ -472,12 +472,12 @@ export declare const patientSchema: z.ZodObject<{
|
|
472
472
|
}>>>;
|
473
473
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>>;
|
474
474
|
}, "strict", z.ZodTypeAny, {
|
475
|
+
dob: string;
|
475
476
|
first_name: string;
|
476
477
|
last_name: string;
|
477
478
|
sex: "Male" | "Female" | "Other" | "Unknown";
|
478
479
|
primary_physician: number;
|
479
480
|
caregiver_practice: number;
|
480
|
-
dob: string;
|
481
481
|
address?: {
|
482
482
|
city: string;
|
483
483
|
state: string;
|
@@ -604,12 +604,12 @@ export declare const patientSchema: z.ZodObject<{
|
|
604
604
|
description: string;
|
605
605
|
} | null | undefined;
|
606
606
|
}, {
|
607
|
+
dob: Date;
|
607
608
|
first_name: string;
|
608
609
|
last_name: string;
|
609
610
|
sex: "Male" | "Female" | "Other" | "Unknown";
|
610
611
|
primary_physician: number;
|
611
612
|
caregiver_practice: number;
|
612
|
-
dob: Date;
|
613
613
|
address?: {
|
614
614
|
city: string;
|
615
615
|
state: string;
|
@@ -1063,6 +1063,7 @@ export declare const updatePatientSchema: z.ZodObject<{
|
|
1063
1063
|
}>>>;
|
1064
1064
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>>;
|
1065
1065
|
}, "strict", z.ZodTypeAny, {
|
1066
|
+
dob?: string | null | undefined;
|
1066
1067
|
address?: {
|
1067
1068
|
city: string;
|
1068
1069
|
state: string;
|
@@ -1085,7 +1086,6 @@ export declare const updatePatientSchema: z.ZodObject<{
|
|
1085
1086
|
sexual_orientation?: "unknown" | "option_not_listed" | "prefer_not_to_say" | "straight" | "gay" | "bisexual" | "lesbian" | "queer" | "asexual" | null | undefined;
|
1086
1087
|
primary_physician?: number | null | undefined;
|
1087
1088
|
caregiver_practice?: number | null | undefined;
|
1088
|
-
dob?: string | null | undefined;
|
1089
1089
|
ssn?: string | null | undefined;
|
1090
1090
|
race?: "Other" | "No race specified" | "American Indian or Alaska Native" | "Asian" | "Black or African American" | "Native Hawaiian or Other Pacific Islander" | "White" | "Declined to specify" | null | undefined;
|
1091
1091
|
ethnicity?: "Unknown" | "Declined to specify" | "No ethnicity specified" | "Hispanic or Latino" | "Not Hispanic or Latino" | null | undefined;
|
@@ -1195,6 +1195,7 @@ export declare const updatePatientSchema: z.ZodObject<{
|
|
1195
1195
|
description: string;
|
1196
1196
|
} | null | undefined;
|
1197
1197
|
}, {
|
1198
|
+
dob?: Date | null | undefined;
|
1198
1199
|
address?: {
|
1199
1200
|
city: string;
|
1200
1201
|
state: string;
|
@@ -1217,7 +1218,6 @@ export declare const updatePatientSchema: z.ZodObject<{
|
|
1217
1218
|
sexual_orientation?: "unknown" | "option_not_listed" | "prefer_not_to_say" | "straight" | "gay" | "bisexual" | "lesbian" | "queer" | "asexual" | null | undefined;
|
1218
1219
|
primary_physician?: number | null | undefined;
|
1219
1220
|
caregiver_practice?: number | null | undefined;
|
1220
|
-
dob?: Date | null | undefined;
|
1221
1221
|
ssn?: string | null | undefined;
|
1222
1222
|
race?: "Other" | "No race specified" | "American Indian or Alaska Native" | "Asian" | "Black or African American" | "Native Hawaiian or Other Pacific Islander" | "White" | "Declined to specify" | null | undefined;
|
1223
1223
|
ethnicity?: "Unknown" | "Declined to specify" | "No ethnicity specified" | "Hispanic or Latino" | "Not Hispanic or Latino" | null | undefined;
|
@@ -8,19 +8,19 @@ export declare const physicianSchema: z.ZodObject<{
|
|
8
8
|
license_state: z.ZodOptional<z.ZodString>;
|
9
9
|
credentials: z.ZodOptional<z.ZodString>;
|
10
10
|
}, "strict", z.ZodTypeAny, {
|
11
|
-
credentials?: string | undefined;
|
12
11
|
email?: string | undefined;
|
12
|
+
credentials?: string | undefined;
|
13
13
|
first_name?: string | undefined;
|
14
14
|
last_name?: string | undefined;
|
15
|
-
npi?: string | undefined;
|
16
15
|
license?: string | undefined;
|
16
|
+
npi?: string | undefined;
|
17
17
|
license_state?: string | undefined;
|
18
18
|
}, {
|
19
|
-
credentials?: string | undefined;
|
20
19
|
email?: string | undefined;
|
20
|
+
credentials?: string | undefined;
|
21
21
|
first_name?: string | undefined;
|
22
22
|
last_name?: string | undefined;
|
23
|
-
npi?: string | undefined;
|
24
23
|
license?: string | undefined;
|
24
|
+
npi?: string | undefined;
|
25
25
|
license_state?: string | undefined;
|
26
26
|
}>;
|
@@ -7,17 +7,17 @@ export declare const settingsSchema: z.ZodObject<{
|
|
7
7
|
username: z.ZodString;
|
8
8
|
password: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
|
-
base_url: string;
|
11
|
-
client_secret: string;
|
12
10
|
auth_url: string;
|
13
11
|
client_id: string;
|
12
|
+
client_secret: string;
|
13
|
+
base_url: string;
|
14
14
|
username: string;
|
15
15
|
password: string;
|
16
16
|
}, {
|
17
|
-
base_url: string;
|
18
|
-
client_secret: string;
|
19
17
|
auth_url: string;
|
20
18
|
client_id: string;
|
19
|
+
client_secret: string;
|
20
|
+
base_url: string;
|
21
21
|
username: string;
|
22
22
|
password: string;
|
23
23
|
}>;
|
@@ -52,16 +52,16 @@ export declare const FieldsValidationSchema: z.ZodObject<{
|
|
52
52
|
metadata: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, any>, string | undefined>;
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
54
54
|
patientId: string;
|
55
|
+
appointmentTypeId: string;
|
55
56
|
metadata: Record<string, any>;
|
56
57
|
datetime: string;
|
57
58
|
contactTypeId: string;
|
58
|
-
appointmentTypeId: string;
|
59
59
|
otherPartyId?: string | undefined;
|
60
60
|
}, {
|
61
61
|
patientId: string;
|
62
|
+
appointmentTypeId: string;
|
62
63
|
datetime: Date;
|
63
64
|
contactTypeId: string;
|
64
|
-
appointmentTypeId: string;
|
65
65
|
metadata?: string | undefined;
|
66
66
|
otherPartyId?: string | undefined;
|
67
67
|
}>;
|
@@ -20,9 +20,9 @@ export declare const FieldsValidationSchema: z.ZodObject<{
|
|
20
20
|
patientId: z.ZodString;
|
21
21
|
category: z.ZodString;
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
23
|
-
category: string;
|
24
23
|
patientId: string;
|
25
|
-
}, {
|
26
24
|
category: string;
|
25
|
+
}, {
|
27
26
|
patientId: string;
|
27
|
+
category: string;
|
28
28
|
}>;
|
@@ -153,7 +153,7 @@ export declare const actions: {
|
|
153
153
|
required: true;
|
154
154
|
description: string;
|
155
155
|
};
|
156
|
-
}, "
|
156
|
+
}, "patientId" | "date" | "appointmentTypeName" | "appointmentTypeId" | "appointmentStatus" | "contactType">;
|
157
157
|
getPatient: import("@awell-health/extensions-core").Action<{
|
158
158
|
patientId: {
|
159
159
|
id: string;
|
@@ -176,7 +176,7 @@ export declare const actions: {
|
|
176
176
|
required: true;
|
177
177
|
description: string;
|
178
178
|
};
|
179
|
-
}, "
|
179
|
+
}, "firstName" | "lastName" | "email" | "dob" | "gender" | "isoSex" | "phoneNumber" | "primaryProviderId" | "groupName">;
|
180
180
|
sendChatMessage: import("@awell-health/extensions-core").Action<{
|
181
181
|
healthie_patient_id: {
|
182
182
|
id: string;
|
@@ -813,7 +813,7 @@ export declare const actions: {
|
|
813
813
|
required: true;
|
814
814
|
description: string;
|
815
815
|
};
|
816
|
-
}, "
|
816
|
+
}, "createdAt" | "metricId" | "metricValue">;
|
817
817
|
updatePatientQuickNote: import("@awell-health/extensions-core").Action<{
|
818
818
|
patientId: {
|
819
819
|
id: string;
|
@@ -7,13 +7,13 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
8
8
|
content: string;
|
9
9
|
patientId?: string | undefined;
|
10
|
-
assignToUserId?: string | undefined;
|
11
10
|
dueDate?: string | undefined;
|
11
|
+
assignToUserId?: string | undefined;
|
12
12
|
}, {
|
13
13
|
content: string;
|
14
14
|
patientId?: string | undefined;
|
15
|
-
assignToUserId?: string | undefined;
|
16
15
|
dueDate?: Date | undefined;
|
16
|
+
assignToUserId?: string | undefined;
|
17
17
|
}>, z.ZodEffects<z.ZodEffects<z.ZodDiscriminatedUnion<"reminderIntervalType", [z.ZodObject<{
|
18
18
|
reminderIntervalType: z.ZodLiteral<undefined>;
|
19
19
|
reminderIntervalValue: z.ZodLiteral<undefined>;
|
@@ -21,17 +21,17 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
21
21
|
isReminderEnabled: z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<undefined>]>;
|
22
22
|
reminderTime: z.ZodLiteral<undefined>;
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
24
|
+
reminderTime?: undefined;
|
24
25
|
reminderIntervalType?: undefined;
|
25
26
|
reminderIntervalValue?: undefined;
|
26
27
|
reminderIntervalValueOnce?: undefined;
|
27
28
|
isReminderEnabled?: false | undefined;
|
28
|
-
reminderTime?: undefined;
|
29
29
|
}, {
|
30
|
+
reminderTime?: undefined;
|
30
31
|
reminderIntervalType?: undefined;
|
31
32
|
reminderIntervalValue?: undefined;
|
32
33
|
reminderIntervalValueOnce?: undefined;
|
33
34
|
isReminderEnabled?: false | undefined;
|
34
|
-
reminderTime?: undefined;
|
35
35
|
}>, z.ZodObject<{
|
36
36
|
reminderIntervalType: z.ZodLiteral<"daily">;
|
37
37
|
reminderIntervalValue: z.ZodLiteral<undefined>;
|
@@ -39,15 +39,15 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
39
39
|
isReminderEnabled: z.ZodLiteral<true>;
|
40
40
|
reminderTime: z.ZodNumber;
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
42
|
+
reminderTime: number;
|
42
43
|
reminderIntervalType: "daily";
|
43
44
|
isReminderEnabled: true;
|
44
|
-
reminderTime: number;
|
45
45
|
reminderIntervalValue?: undefined;
|
46
46
|
reminderIntervalValueOnce?: undefined;
|
47
47
|
}, {
|
48
|
+
reminderTime: number;
|
48
49
|
reminderIntervalType: "daily";
|
49
50
|
isReminderEnabled: true;
|
50
|
-
reminderTime: number;
|
51
51
|
reminderIntervalValue?: undefined;
|
52
52
|
reminderIntervalValueOnce?: undefined;
|
53
53
|
}>, z.ZodObject<{
|
@@ -57,16 +57,16 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
57
57
|
isReminderEnabled: z.ZodLiteral<true>;
|
58
58
|
reminderTime: z.ZodNumber;
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
60
|
+
reminderTime: number;
|
60
61
|
reminderIntervalType: "weekly";
|
61
62
|
reminderIntervalValue: string;
|
62
63
|
isReminderEnabled: true;
|
63
|
-
reminderTime: number;
|
64
64
|
reminderIntervalValueOnce?: undefined;
|
65
65
|
}, {
|
66
|
+
reminderTime: number;
|
66
67
|
reminderIntervalType: "weekly";
|
67
68
|
reminderIntervalValue: string;
|
68
69
|
isReminderEnabled: true;
|
69
|
-
reminderTime: number;
|
70
70
|
reminderIntervalValueOnce?: undefined;
|
71
71
|
}>, z.ZodObject<{
|
72
72
|
reminderIntervalType: z.ZodLiteral<"once">;
|
@@ -75,63 +75,63 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
75
75
|
isReminderEnabled: z.ZodLiteral<true>;
|
76
76
|
reminderTime: z.ZodNumber;
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
78
|
+
reminderTime: number;
|
78
79
|
reminderIntervalType: "once";
|
79
80
|
isReminderEnabled: true;
|
80
|
-
reminderTime: number;
|
81
81
|
reminderIntervalValue?: string | undefined;
|
82
82
|
reminderIntervalValueOnce?: string | undefined;
|
83
83
|
}, {
|
84
|
+
reminderTime: number;
|
84
85
|
reminderIntervalType: "once";
|
85
86
|
isReminderEnabled: true;
|
86
|
-
reminderTime: number;
|
87
87
|
reminderIntervalValue?: Date | undefined;
|
88
88
|
reminderIntervalValueOnce?: Date | undefined;
|
89
89
|
}>]>, {
|
90
|
+
reminderTime?: undefined;
|
90
91
|
reminderIntervalType?: undefined;
|
91
92
|
reminderIntervalValue?: undefined;
|
92
93
|
reminderIntervalValueOnce?: undefined;
|
93
94
|
isReminderEnabled?: false | undefined;
|
94
|
-
reminderTime?: undefined;
|
95
95
|
} | {
|
96
|
+
reminderTime: number;
|
96
97
|
reminderIntervalType: "daily";
|
97
98
|
isReminderEnabled: true;
|
98
|
-
reminderTime: number;
|
99
99
|
reminderIntervalValue?: undefined;
|
100
100
|
reminderIntervalValueOnce?: undefined;
|
101
101
|
} | {
|
102
|
+
reminderTime: number;
|
102
103
|
reminderIntervalType: "weekly";
|
103
104
|
reminderIntervalValue: string;
|
104
105
|
isReminderEnabled: true;
|
105
|
-
reminderTime: number;
|
106
106
|
reminderIntervalValueOnce?: undefined;
|
107
107
|
} | {
|
108
|
+
reminderTime: number;
|
108
109
|
reminderIntervalType: "once";
|
109
110
|
isReminderEnabled: true;
|
110
|
-
reminderTime: number;
|
111
111
|
reminderIntervalValue?: string | undefined;
|
112
112
|
reminderIntervalValueOnce?: string | undefined;
|
113
113
|
}, {
|
114
|
+
reminderTime?: undefined;
|
114
115
|
reminderIntervalType?: undefined;
|
115
116
|
reminderIntervalValue?: undefined;
|
116
117
|
reminderIntervalValueOnce?: undefined;
|
117
118
|
isReminderEnabled?: false | undefined;
|
118
|
-
reminderTime?: undefined;
|
119
119
|
} | {
|
120
|
+
reminderTime: number;
|
120
121
|
reminderIntervalType: "daily";
|
121
122
|
isReminderEnabled: true;
|
122
|
-
reminderTime: number;
|
123
123
|
reminderIntervalValue?: undefined;
|
124
124
|
reminderIntervalValueOnce?: undefined;
|
125
125
|
} | {
|
126
|
+
reminderTime: number;
|
126
127
|
reminderIntervalType: "weekly";
|
127
128
|
reminderIntervalValue: string;
|
128
129
|
isReminderEnabled: true;
|
129
|
-
reminderTime: number;
|
130
130
|
reminderIntervalValueOnce?: undefined;
|
131
131
|
} | {
|
132
|
+
reminderTime: number;
|
132
133
|
reminderIntervalType: "once";
|
133
134
|
isReminderEnabled: true;
|
134
|
-
reminderTime: number;
|
135
135
|
reminderIntervalValue?: Date | undefined;
|
136
136
|
reminderIntervalValueOnce?: Date | undefined;
|
137
137
|
}>, {
|
@@ -142,27 +142,27 @@ export declare const createTaskSchema: z.ZodIntersection<z.ZodObject<{
|
|
142
142
|
reminder_time: number;
|
143
143
|
} | undefined;
|
144
144
|
}, {
|
145
|
+
reminderTime?: undefined;
|
145
146
|
reminderIntervalType?: undefined;
|
146
147
|
reminderIntervalValue?: undefined;
|
147
148
|
reminderIntervalValueOnce?: undefined;
|
148
149
|
isReminderEnabled?: false | undefined;
|
149
|
-
reminderTime?: undefined;
|
150
150
|
} | {
|
151
|
+
reminderTime: number;
|
151
152
|
reminderIntervalType: "daily";
|
152
153
|
isReminderEnabled: true;
|
153
|
-
reminderTime: number;
|
154
154
|
reminderIntervalValue?: undefined;
|
155
155
|
reminderIntervalValueOnce?: undefined;
|
156
156
|
} | {
|
157
|
+
reminderTime: number;
|
157
158
|
reminderIntervalType: "weekly";
|
158
159
|
reminderIntervalValue: string;
|
159
160
|
isReminderEnabled: true;
|
160
|
-
reminderTime: number;
|
161
161
|
reminderIntervalValueOnce?: undefined;
|
162
162
|
} | {
|
163
|
+
reminderTime: number;
|
163
164
|
reminderIntervalType: "once";
|
164
165
|
isReminderEnabled: true;
|
165
|
-
reminderTime: number;
|
166
166
|
reminderIntervalValue?: Date | undefined;
|
167
167
|
reminderIntervalValueOnce?: Date | undefined;
|
168
168
|
}>>;
|
package/dist/extensions/index.js
CHANGED
@@ -24,49 +24,50 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.extensions = exports.markdown = void 0;
|
27
|
+
const athenahealth_1 = require("./athenahealth");
|
27
28
|
const awell_1 = require("./awell");
|
28
29
|
const calDotCom_1 = require("./calDotCom");
|
29
30
|
const calendly_1 = require("./calendly");
|
30
31
|
const canvasMedical_1 = require("./canvasMedical");
|
31
32
|
const cloudinary_1 = require("./cloudinary");
|
33
|
+
const cmDotCom_1 = require("./cmDotCom");
|
34
|
+
const collectData_1 = require("./collectData");
|
35
|
+
const dockHealth_1 = require("./dockHealth");
|
36
|
+
const docuSign_1 = require("./docuSign");
|
32
37
|
const dropboxSign_1 = require("./dropboxSign");
|
33
38
|
const elation_1 = require("./elation");
|
34
39
|
const experimental_1 = require("./experimental");
|
40
|
+
const external_server_1 = require("./external-server");
|
35
41
|
const formsort_1 = require("./formsort");
|
36
42
|
const healthie_1 = require("./healthie");
|
37
43
|
const hello_world_1 = require("./hello-world");
|
44
|
+
const icd_1 = require("./icd");
|
45
|
+
const infobip_1 = require("./infobip");
|
46
|
+
const iterable_1 = require("./iterable");
|
38
47
|
const mailchimp_1 = require("./mailchimp");
|
39
48
|
const mailgun_1 = require("./mailgun");
|
40
49
|
const math_1 = require("./math");
|
50
|
+
const medplum_1 = require("./medplum");
|
41
51
|
const messagebird_1 = require("./messagebird");
|
42
52
|
const metriport_1 = require("./metriport");
|
43
|
-
const
|
53
|
+
const nexuzhealth_1 = require("./nexuzhealth");
|
54
|
+
const rest_1 = require("./rest");
|
55
|
+
const sendbird_1 = require("./sendbird");
|
44
56
|
const sendgrid_extension_1 = require("./sendgrid-extension");
|
45
|
-
const
|
57
|
+
const sfdc_1 = require("./sfdc");
|
58
|
+
const stripe_1 = require("./stripe");
|
46
59
|
const talkDesk_1 = require("./talkDesk");
|
47
|
-
const
|
48
|
-
const sendbird_1 = require("./sendbird");
|
60
|
+
const textline_1 = require("./textline");
|
49
61
|
const transform_1 = require("./transform");
|
50
|
-
const
|
51
|
-
const zendesk_1 = require("./zendesk");
|
52
|
-
const infobip_1 = require("./infobip");
|
62
|
+
const twilio_1 = require("./twilio");
|
53
63
|
const westFax_1 = require("./westFax");
|
54
|
-
const
|
55
|
-
const
|
56
|
-
const athenahealth_1 = require("./athenahealth");
|
57
|
-
const icd_1 = require("./icd");
|
58
|
-
const textline_1 = require("./textline");
|
59
|
-
const medplum_1 = require("./medplum");
|
60
|
-
const dockHealth_1 = require("./dockHealth");
|
61
|
-
const stripe_1 = require("./stripe");
|
62
|
-
const sfdc_1 = require("./sfdc");
|
63
|
-
const rest_1 = require("./rest");
|
64
|
+
const workramp_1 = require("./workramp");
|
65
|
+
const zendesk_1 = require("./zendesk");
|
64
66
|
const json = __importStar(require("./markdown.json"));
|
65
|
-
const external_server_1 = require("./external-server");
|
66
67
|
exports.markdown = json;
|
67
68
|
exports.extensions = [
|
68
|
-
awell_1.Awell,
|
69
69
|
athenahealth_1.athenahealth,
|
70
|
+
awell_1.Awell,
|
70
71
|
calDotCom_1.CalDotCom,
|
71
72
|
calendly_1.Calendly,
|
72
73
|
canvasMedical_1.CanvasMedical,
|
@@ -101,7 +102,8 @@ exports.extensions = [
|
|
101
102
|
textline_1.TextLine,
|
102
103
|
transform_1.Transform,
|
103
104
|
twilio_1.Twilio,
|
104
|
-
zendesk_1.Zendesk,
|
105
105
|
westFax_1.WestFax,
|
106
|
+
workramp_1.Workramp,
|
107
|
+
zendesk_1.Zendesk,
|
106
108
|
];
|
107
109
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,6CAAyC;AACzC,+CAA2C;AAC3C,uCAAmC;AACnC,iDAA6C;AAC7C,yCAAqC;AACrC,yCAAqC;AACrC,+CAA0C;AAC1C,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,+CAA2C;AAC3C,2CAAuC;AACvC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAA6C;AAC7C,mCAA+B;AAC/B,2CAAuC;AACvC,yCAAqC;AACrC,mDAA+C;AAC/C,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,6CAAyC;AACzC,yCAAqC;AACrC,+CAA2C;AAC3C,uCAAmC;AACnC,iDAA6C;AAC7C,uDAAkD;AAClD,yCAAqC;AACrC,yCAAqC;AACrC,+CAA0C;AAC1C,+BAA2B;AAC3B,uCAAmC;AACnC,yCAAqC;AACrC,2CAAuC;AACvC,uCAAmC;AACnC,iCAAsC;AACtC,uCAAmC;AACnC,+CAA2C;AAC3C,2CAAuC;AACvC,+CAA2C;AAC3C,iCAA6B;AAC7B,yCAAqC;AACrC,6DAA+C;AAC/C,iCAA6B;AAC7B,qCAAiC;AACjC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,qCAAiC;AACjC,uCAAmC;AACnC,yCAAqC;AACrC,uCAAmC;AAEnC,sDAAuC;AAG1B,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,2BAAY;IACZ,aAAK;IACL,qBAAS;IACT,mBAAQ;IACR,6BAAa;IACb,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,uBAAU;IACV,mBAAQ;IACR,yBAAW;IACX,iBAAO;IACP,2BAAY;IACZ,gCAAc;IACd,mBAAQ;IACR,mBAAQ;IACR,wBAAU;IACV,SAAG;IACH,iBAAO;IACP,mBAAQ;IACR,qBAAS;IACT,iBAAO;IACP,oBAAa;IACb,yBAAW;IACX,iBAAO;IACP,qBAAS;IACT,yBAAW;IACX,WAAI;IACJ,mBAAQ;IACR,6BAAQ;IACR,WAAI;IACJ,eAAM;IACN,mBAAQ;IACR,mBAAQ;IACR,qBAAS;IACT,eAAM;IACN,iBAAO;IACP,mBAAQ;IACR,iBAAO;CACR,CAAA"}
|
@@ -35,13 +35,13 @@ export declare const SettingsValidationSchema: z.ZodObject<{
|
|
35
35
|
fromPhoneNumber: z.ZodString;
|
36
36
|
fromEmail: z.ZodString;
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
38
|
-
apiKey: string;
|
39
38
|
baseUrl: string;
|
40
|
-
|
39
|
+
apiKey: string;
|
41
40
|
fromPhoneNumber: string;
|
41
|
+
fromEmail: string;
|
42
42
|
}, {
|
43
|
-
apiKey: string;
|
44
43
|
baseUrl: string;
|
45
|
-
|
44
|
+
apiKey: string;
|
46
45
|
fromPhoneNumber: string;
|
46
|
+
fromEmail: string;
|
47
47
|
}>;
|
@@ -37,12 +37,12 @@ export declare const FieldsValidationSchema: z.ZodObject<{
|
|
37
37
|
content: z.ZodString;
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
39
39
|
subject: string;
|
40
|
-
content: string;
|
41
40
|
to: string;
|
41
|
+
content: string;
|
42
42
|
from?: string | undefined;
|
43
43
|
}, {
|
44
44
|
subject: string;
|
45
|
-
content: string;
|
46
45
|
to: string;
|
46
|
+
content: string;
|
47
47
|
from?: string | undefined;
|
48
48
|
}>;
|
@@ -38,15 +38,15 @@ export declare const FieldsValidationSchema: z.ZodObject<{
|
|
38
38
|
[key: string]: string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
39
39
|
} | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null, string | undefined>;
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
41
|
-
templateId: number;
|
42
41
|
to: string;
|
42
|
+
templateId: number;
|
43
43
|
placeholders: string | number | boolean | {
|
44
44
|
[key: string]: string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
45
45
|
} | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
46
46
|
subject?: string | undefined;
|
47
47
|
}, {
|
48
|
-
templateId: number;
|
49
48
|
to: string;
|
49
|
+
templateId: number;
|
50
50
|
subject?: string | undefined;
|
51
51
|
placeholders?: string | undefined;
|
52
52
|
}>;
|