@awell-health/awell-extensions 2.0.194 → 2.0.196

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.
Files changed (93) hide show
  1. package/dist/extensions/braze/actions/actionHelpers.d.ts +1 -0
  2. package/dist/extensions/braze/actions/actionHelpers.js +9 -0
  3. package/dist/extensions/braze/actions/actionHelpers.js.map +1 -0
  4. package/dist/extensions/braze/actions/index.d.ts +933 -0
  5. package/dist/extensions/braze/actions/index.js +16 -0
  6. package/dist/extensions/braze/actions/index.js.map +1 -0
  7. package/dist/extensions/braze/actions/scheduleEmail/config.d.ts +145 -0
  8. package/dist/extensions/braze/actions/scheduleEmail/config.js +120 -0
  9. package/dist/extensions/braze/actions/scheduleEmail/config.js.map +1 -0
  10. package/dist/extensions/braze/actions/scheduleEmail/index.d.ts +1 -0
  11. package/dist/extensions/braze/actions/scheduleEmail/index.js +18 -0
  12. package/dist/extensions/braze/actions/scheduleEmail/index.js.map +1 -0
  13. package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.d.ts +220 -0
  14. package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js +73 -0
  15. package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js.map +1 -0
  16. package/dist/extensions/braze/actions/scheduleSMS/config.d.ts +129 -0
  17. package/dist/extensions/braze/actions/scheduleSMS/config.js +108 -0
  18. package/dist/extensions/braze/actions/scheduleSMS/config.js.map +1 -0
  19. package/dist/extensions/braze/actions/scheduleSMS/index.d.ts +1 -0
  20. package/dist/extensions/braze/actions/scheduleSMS/index.js +18 -0
  21. package/dist/extensions/braze/actions/scheduleSMS/index.js.map +1 -0
  22. package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.d.ts +196 -0
  23. package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js +68 -0
  24. package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js.map +1 -0
  25. package/dist/extensions/braze/actions/sendEmail/config.d.ts +115 -0
  26. package/dist/extensions/braze/actions/sendEmail/config.js +96 -0
  27. package/dist/extensions/braze/actions/sendEmail/config.js.map +1 -0
  28. package/dist/extensions/braze/actions/sendEmail/index.d.ts +1 -0
  29. package/dist/extensions/braze/actions/sendEmail/index.js +18 -0
  30. package/dist/extensions/braze/actions/sendEmail/index.js.map +1 -0
  31. package/dist/extensions/braze/actions/sendEmail/sendEmail.d.ts +178 -0
  32. package/dist/extensions/braze/actions/sendEmail/sendEmail.js +71 -0
  33. package/dist/extensions/braze/actions/sendEmail/sendEmail.js.map +1 -0
  34. package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.d.ts +125 -0
  35. package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js +104 -0
  36. package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js.map +1 -0
  37. package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.d.ts +1 -0
  38. package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js +18 -0
  39. package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js.map +1 -0
  40. package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.d.ts +192 -0
  41. package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js +78 -0
  42. package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js.map +1 -0
  43. package/dist/extensions/braze/actions/sendSMS/config.d.ts +95 -0
  44. package/dist/extensions/braze/actions/sendSMS/config.js +80 -0
  45. package/dist/extensions/braze/actions/sendSMS/config.js.map +1 -0
  46. package/dist/extensions/braze/actions/sendSMS/index.d.ts +1 -0
  47. package/dist/extensions/braze/actions/sendSMS/index.js +18 -0
  48. package/dist/extensions/braze/actions/sendSMS/index.js.map +1 -0
  49. package/dist/extensions/braze/actions/sendSMS/sendSMS.d.ts +150 -0
  50. package/dist/extensions/braze/actions/sendSMS/sendSMS.js +67 -0
  51. package/dist/extensions/braze/actions/sendSMS/sendSMS.js.map +1 -0
  52. package/dist/extensions/braze/client.d.ts +18 -0
  53. package/dist/extensions/braze/client.js +29 -0
  54. package/dist/extensions/braze/client.js.map +1 -0
  55. package/dist/extensions/braze/index.d.ts +2 -0
  56. package/dist/extensions/braze/index.js +20 -0
  57. package/dist/extensions/braze/index.js.map +1 -0
  58. package/dist/extensions/braze/settings.d.ts +27 -0
  59. package/dist/extensions/braze/settings.js +25 -0
  60. package/dist/extensions/braze/settings.js.map +1 -0
  61. package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +12 -12
  62. package/dist/extensions/docuSign/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
  63. package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
  64. package/dist/extensions/dropboxSign/v1/actions/sendSignatureRequestWithTemplate/config/fields.d.ts +2 -2
  65. package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.d.ts +12 -0
  66. package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.js +32 -0
  67. package/dist/extensions/elation/actions/cancelAppointments/__testdata__/Findappointments.mock.js.map +1 -0
  68. package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.d.ts +4 -0
  69. package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.js +125 -0
  70. package/dist/extensions/elation/actions/cancelAppointments/cancelAppointments.js.map +1 -0
  71. package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.d.ts +10 -0
  72. package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.js +14 -0
  73. package/dist/extensions/elation/actions/cancelAppointments/config/dataPoints.js.map +1 -0
  74. package/dist/extensions/elation/actions/cancelAppointments/config/fields.d.ts +28 -0
  75. package/dist/extensions/elation/actions/cancelAppointments/config/fields.js +26 -0
  76. package/dist/extensions/elation/actions/cancelAppointments/config/fields.js.map +1 -0
  77. package/dist/extensions/elation/actions/cancelAppointments/config/index.d.ts +2 -0
  78. package/dist/extensions/elation/actions/cancelAppointments/config/index.js +9 -0
  79. package/dist/extensions/elation/actions/cancelAppointments/config/index.js.map +1 -0
  80. package/dist/extensions/elation/actions/cancelAppointments/index.d.ts +1 -0
  81. package/dist/extensions/elation/actions/cancelAppointments/index.js +6 -0
  82. package/dist/extensions/elation/actions/cancelAppointments/index.js.map +1 -0
  83. package/dist/extensions/elation/actions/index.d.ts +66 -0
  84. package/dist/extensions/elation/actions/index.js +2 -0
  85. package/dist/extensions/elation/actions/index.js.map +1 -1
  86. package/dist/extensions/elation/client.d.ts +2 -0
  87. package/dist/extensions/elation/client.js +12 -0
  88. package/dist/extensions/elation/client.js.map +1 -1
  89. package/dist/extensions/elation/types/appointment.d.ts +1 -0
  90. package/dist/extensions/index.js +2 -0
  91. package/dist/extensions/index.js.map +1 -1
  92. package/dist/extensions/markdown.json +5 -1
  93. package/package.json +1 -1
@@ -0,0 +1,933 @@
1
+ export declare const actions: {
2
+ sendSMS: {
3
+ key: string;
4
+ title: string;
5
+ description: string;
6
+ category: import("@awell-health/extensions-core").Category.COMMUNICATION;
7
+ fields: {
8
+ subscriptionGroupId: {
9
+ id: string;
10
+ label: string;
11
+ type: import("@awell-health/extensions-core").FieldType.STRING;
12
+ required: true;
13
+ description: string;
14
+ };
15
+ externalUserId: {
16
+ id: string;
17
+ label: string;
18
+ type: import("@awell-health/extensions-core").FieldType.STRING;
19
+ required: true;
20
+ description: string;
21
+ };
22
+ body: {
23
+ id: string;
24
+ label: string;
25
+ type: import("@awell-health/extensions-core").FieldType.TEXT;
26
+ required: true;
27
+ description: string;
28
+ };
29
+ appId: {
30
+ id: string;
31
+ label: string;
32
+ type: import("@awell-health/extensions-core").FieldType.STRING;
33
+ required: true;
34
+ description: string;
35
+ };
36
+ linkShorteningEnabled: {
37
+ id: string;
38
+ label: string;
39
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
40
+ required: false;
41
+ description: string;
42
+ };
43
+ useClickTrackingEnabled: {
44
+ id: string;
45
+ label: string;
46
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
47
+ required: false;
48
+ description: string;
49
+ };
50
+ campaignId: {
51
+ id: string;
52
+ label: string;
53
+ type: import("@awell-health/extensions-core").FieldType.STRING;
54
+ required: false;
55
+ description: string;
56
+ };
57
+ messageVariantionId: {
58
+ id: string;
59
+ label: string;
60
+ type: import("@awell-health/extensions-core").FieldType.STRING;
61
+ required: false;
62
+ description: string;
63
+ };
64
+ };
65
+ dataPoints: {
66
+ SMSDispatchId: {
67
+ key: string;
68
+ valueType: "string";
69
+ };
70
+ };
71
+ previewable: false;
72
+ onEvent: ({ payload, onComplete, onError, helpers }: {
73
+ payload: import("@awell-health/extensions-core").NewActivityPayload<{
74
+ subscriptionGroupId: {
75
+ id: string;
76
+ label: string;
77
+ type: import("@awell-health/extensions-core").FieldType.STRING;
78
+ required: true;
79
+ description: string;
80
+ };
81
+ externalUserId: {
82
+ id: string;
83
+ label: string;
84
+ type: import("@awell-health/extensions-core").FieldType.STRING;
85
+ required: true;
86
+ description: string;
87
+ };
88
+ body: {
89
+ id: string;
90
+ label: string;
91
+ type: import("@awell-health/extensions-core").FieldType.TEXT;
92
+ required: true;
93
+ description: string;
94
+ };
95
+ appId: {
96
+ id: string;
97
+ label: string;
98
+ type: import("@awell-health/extensions-core").FieldType.STRING;
99
+ required: true;
100
+ description: string;
101
+ };
102
+ linkShorteningEnabled: {
103
+ id: string;
104
+ label: string;
105
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
106
+ required: false;
107
+ description: string;
108
+ };
109
+ useClickTrackingEnabled: {
110
+ id: string;
111
+ label: string;
112
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
113
+ required: false;
114
+ description: string;
115
+ };
116
+ campaignId: {
117
+ id: string;
118
+ label: string;
119
+ type: import("@awell-health/extensions-core").FieldType.STRING;
120
+ required: false;
121
+ description: string;
122
+ };
123
+ messageVariantionId: {
124
+ id: string;
125
+ label: string;
126
+ type: import("@awell-health/extensions-core").FieldType.STRING;
127
+ required: false;
128
+ description: string;
129
+ };
130
+ }, {
131
+ apiKey: {
132
+ key: string;
133
+ label: string;
134
+ obfuscated: true;
135
+ required: true;
136
+ description: string;
137
+ };
138
+ baseUrl: {
139
+ key: string;
140
+ label: string;
141
+ obfuscated: false;
142
+ required: true;
143
+ description: string;
144
+ };
145
+ }>;
146
+ onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
147
+ onError: import("@awell-health/extensions-core").OnErrorCallback;
148
+ helpers: import("@awell-health/extensions-core").Helpers;
149
+ }) => Promise<void>;
150
+ };
151
+ scheduleSMS: {
152
+ key: string;
153
+ title: string;
154
+ description: string;
155
+ category: import("@awell-health/extensions-core").Category.COMMUNICATION;
156
+ fields: {
157
+ subscriptionGroupId: {
158
+ id: string;
159
+ label: string;
160
+ type: import("@awell-health/extensions-core").FieldType.STRING;
161
+ required: true;
162
+ description: string;
163
+ };
164
+ externalUserId: {
165
+ id: string;
166
+ label: string;
167
+ type: import("@awell-health/extensions-core").FieldType.STRING;
168
+ required: true;
169
+ description: string;
170
+ };
171
+ body: {
172
+ id: string;
173
+ label: string;
174
+ type: import("@awell-health/extensions-core").FieldType.TEXT;
175
+ required: true;
176
+ description: string;
177
+ };
178
+ appId: {
179
+ id: string;
180
+ label: string;
181
+ type: import("@awell-health/extensions-core").FieldType.STRING;
182
+ required: true;
183
+ description: string;
184
+ };
185
+ scheduleTime: {
186
+ id: string;
187
+ label: string;
188
+ type: import("@awell-health/extensions-core").FieldType.DATE;
189
+ required: true;
190
+ description: string;
191
+ };
192
+ inPatientLocalTime: {
193
+ id: string;
194
+ label: string;
195
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
196
+ required: false;
197
+ description: string;
198
+ };
199
+ atOptimalTime: {
200
+ id: string;
201
+ label: string;
202
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
203
+ required: false;
204
+ description: string;
205
+ };
206
+ linkShorteningEnabled: {
207
+ id: string;
208
+ label: string;
209
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
210
+ required: false;
211
+ description: string;
212
+ };
213
+ useClickTrackingEnabled: {
214
+ id: string;
215
+ label: string;
216
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
217
+ required: false;
218
+ description: string;
219
+ };
220
+ campaignId: {
221
+ id: string;
222
+ label: string;
223
+ type: import("@awell-health/extensions-core").FieldType.STRING;
224
+ required: false;
225
+ description: string;
226
+ };
227
+ messageVariantionId: {
228
+ id: string;
229
+ label: string;
230
+ type: import("@awell-health/extensions-core").FieldType.STRING;
231
+ required: false;
232
+ description: string;
233
+ };
234
+ };
235
+ dataPoints: {
236
+ SMSDispatchId: {
237
+ key: string;
238
+ valueType: "string";
239
+ };
240
+ SMSScheduleId: {
241
+ key: string;
242
+ valueType: "string";
243
+ };
244
+ };
245
+ previewable: false;
246
+ onEvent: ({ payload, onComplete, onError, helpers }: {
247
+ payload: import("@awell-health/extensions-core").NewActivityPayload<{
248
+ subscriptionGroupId: {
249
+ id: string;
250
+ label: string;
251
+ type: import("@awell-health/extensions-core").FieldType.STRING;
252
+ required: true;
253
+ description: string;
254
+ };
255
+ externalUserId: {
256
+ id: string;
257
+ label: string;
258
+ type: import("@awell-health/extensions-core").FieldType.STRING;
259
+ required: true;
260
+ description: string;
261
+ };
262
+ body: {
263
+ id: string;
264
+ label: string;
265
+ type: import("@awell-health/extensions-core").FieldType.TEXT;
266
+ required: true;
267
+ description: string;
268
+ };
269
+ appId: {
270
+ id: string;
271
+ label: string;
272
+ type: import("@awell-health/extensions-core").FieldType.STRING;
273
+ required: true;
274
+ description: string;
275
+ };
276
+ scheduleTime: {
277
+ id: string;
278
+ label: string;
279
+ type: import("@awell-health/extensions-core").FieldType.DATE;
280
+ required: true;
281
+ description: string;
282
+ };
283
+ inPatientLocalTime: {
284
+ id: string;
285
+ label: string;
286
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
287
+ required: false;
288
+ description: string;
289
+ };
290
+ atOptimalTime: {
291
+ id: string;
292
+ label: string;
293
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
294
+ required: false;
295
+ description: string;
296
+ };
297
+ linkShorteningEnabled: {
298
+ id: string;
299
+ label: string;
300
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
301
+ required: false;
302
+ description: string;
303
+ };
304
+ useClickTrackingEnabled: {
305
+ id: string;
306
+ label: string;
307
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
308
+ required: false;
309
+ description: string;
310
+ };
311
+ campaignId: {
312
+ id: string;
313
+ label: string;
314
+ type: import("@awell-health/extensions-core").FieldType.STRING;
315
+ required: false;
316
+ description: string;
317
+ };
318
+ messageVariantionId: {
319
+ id: string;
320
+ label: string;
321
+ type: import("@awell-health/extensions-core").FieldType.STRING;
322
+ required: false;
323
+ description: string;
324
+ };
325
+ }, {
326
+ apiKey: {
327
+ key: string;
328
+ label: string;
329
+ obfuscated: true;
330
+ required: true;
331
+ description: string;
332
+ };
333
+ baseUrl: {
334
+ key: string;
335
+ label: string;
336
+ obfuscated: false;
337
+ required: true;
338
+ description: string;
339
+ };
340
+ }>;
341
+ onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
342
+ onError: import("@awell-health/extensions-core").OnErrorCallback;
343
+ helpers: import("@awell-health/extensions-core").Helpers;
344
+ }) => Promise<void>;
345
+ };
346
+ sendEmail: {
347
+ key: string;
348
+ title: string;
349
+ description: string;
350
+ category: import("@awell-health/extensions-core").Category.COMMUNICATION;
351
+ fields: {
352
+ externalUserId: {
353
+ id: string;
354
+ label: string;
355
+ type: import("@awell-health/extensions-core").FieldType.STRING;
356
+ required: true;
357
+ description: string;
358
+ };
359
+ appId: {
360
+ id: string;
361
+ label: string;
362
+ type: import("@awell-health/extensions-core").FieldType.STRING;
363
+ required: true;
364
+ description: string;
365
+ };
366
+ from: {
367
+ id: string;
368
+ label: string;
369
+ type: import("@awell-health/extensions-core").FieldType.STRING;
370
+ required: true;
371
+ description: string;
372
+ };
373
+ replyTo: {
374
+ id: string;
375
+ label: string;
376
+ type: import("@awell-health/extensions-core").FieldType.STRING;
377
+ required: false;
378
+ description: string;
379
+ };
380
+ subject: {
381
+ id: string;
382
+ label: string;
383
+ type: import("@awell-health/extensions-core").FieldType.STRING;
384
+ required: false;
385
+ description: string;
386
+ };
387
+ body: {
388
+ id: string;
389
+ label: string;
390
+ type: import("@awell-health/extensions-core").FieldType.HTML;
391
+ required: true;
392
+ description: string;
393
+ };
394
+ preheader: {
395
+ id: string;
396
+ label: string;
397
+ type: import("@awell-health/extensions-core").FieldType.STRING;
398
+ required: false;
399
+ description: string;
400
+ };
401
+ shouldInlineCss: {
402
+ id: string;
403
+ label: string;
404
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
405
+ required: false;
406
+ description: string;
407
+ };
408
+ campaignId: {
409
+ id: string;
410
+ label: string;
411
+ type: import("@awell-health/extensions-core").FieldType.STRING;
412
+ required: false;
413
+ description: string;
414
+ };
415
+ messageVariantionId: {
416
+ id: string;
417
+ label: string;
418
+ type: import("@awell-health/extensions-core").FieldType.STRING;
419
+ required: false;
420
+ description: string;
421
+ };
422
+ };
423
+ dataPoints: {
424
+ EmailDispatchId: {
425
+ key: string;
426
+ valueType: "string";
427
+ };
428
+ };
429
+ previewable: false;
430
+ onEvent: ({ payload, onComplete, onError, helpers }: {
431
+ payload: import("@awell-health/extensions-core").NewActivityPayload<{
432
+ externalUserId: {
433
+ id: string;
434
+ label: string;
435
+ type: import("@awell-health/extensions-core").FieldType.STRING;
436
+ required: true;
437
+ description: string;
438
+ };
439
+ appId: {
440
+ id: string;
441
+ label: string;
442
+ type: import("@awell-health/extensions-core").FieldType.STRING;
443
+ required: true;
444
+ description: string;
445
+ };
446
+ from: {
447
+ id: string;
448
+ label: string;
449
+ type: import("@awell-health/extensions-core").FieldType.STRING;
450
+ required: true;
451
+ description: string;
452
+ };
453
+ replyTo: {
454
+ id: string;
455
+ label: string;
456
+ type: import("@awell-health/extensions-core").FieldType.STRING;
457
+ required: false;
458
+ description: string;
459
+ };
460
+ subject: {
461
+ id: string;
462
+ label: string;
463
+ type: import("@awell-health/extensions-core").FieldType.STRING;
464
+ required: false;
465
+ description: string;
466
+ };
467
+ body: {
468
+ id: string;
469
+ label: string;
470
+ type: import("@awell-health/extensions-core").FieldType.HTML;
471
+ required: true;
472
+ description: string;
473
+ };
474
+ preheader: {
475
+ id: string;
476
+ label: string;
477
+ type: import("@awell-health/extensions-core").FieldType.STRING;
478
+ required: false;
479
+ description: string;
480
+ };
481
+ shouldInlineCss: {
482
+ id: string;
483
+ label: string;
484
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
485
+ required: false;
486
+ description: string;
487
+ };
488
+ campaignId: {
489
+ id: string;
490
+ label: string;
491
+ type: import("@awell-health/extensions-core").FieldType.STRING;
492
+ required: false;
493
+ description: string;
494
+ };
495
+ messageVariantionId: {
496
+ id: string;
497
+ label: string;
498
+ type: import("@awell-health/extensions-core").FieldType.STRING;
499
+ required: false;
500
+ description: string;
501
+ };
502
+ }, {
503
+ apiKey: {
504
+ key: string;
505
+ label: string;
506
+ obfuscated: true;
507
+ required: true;
508
+ description: string;
509
+ };
510
+ baseUrl: {
511
+ key: string;
512
+ label: string;
513
+ obfuscated: false;
514
+ required: true;
515
+ description: string;
516
+ };
517
+ }>;
518
+ onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
519
+ onError: import("@awell-health/extensions-core").OnErrorCallback;
520
+ helpers: import("@awell-health/extensions-core").Helpers;
521
+ }) => Promise<void>;
522
+ };
523
+ scheduleEmail: {
524
+ key: string;
525
+ title: string;
526
+ description: string;
527
+ category: import("@awell-health/extensions-core").Category.COMMUNICATION;
528
+ fields: {
529
+ externalUserId: {
530
+ id: string;
531
+ label: string;
532
+ type: import("@awell-health/extensions-core").FieldType.STRING;
533
+ required: true;
534
+ description: string;
535
+ };
536
+ appId: {
537
+ id: string;
538
+ label: string;
539
+ type: import("@awell-health/extensions-core").FieldType.STRING;
540
+ required: true;
541
+ description: string;
542
+ };
543
+ from: {
544
+ id: string;
545
+ label: string;
546
+ type: import("@awell-health/extensions-core").FieldType.STRING;
547
+ required: true;
548
+ description: string;
549
+ };
550
+ replyTo: {
551
+ id: string;
552
+ label: string;
553
+ type: import("@awell-health/extensions-core").FieldType.STRING;
554
+ required: false;
555
+ description: string;
556
+ };
557
+ subject: {
558
+ id: string;
559
+ label: string;
560
+ type: import("@awell-health/extensions-core").FieldType.STRING;
561
+ required: false;
562
+ description: string;
563
+ };
564
+ body: {
565
+ id: string;
566
+ label: string;
567
+ type: import("@awell-health/extensions-core").FieldType.HTML;
568
+ required: true;
569
+ description: string;
570
+ };
571
+ preheader: {
572
+ id: string;
573
+ label: string;
574
+ type: import("@awell-health/extensions-core").FieldType.STRING;
575
+ required: false;
576
+ description: string;
577
+ };
578
+ shouldInlineCss: {
579
+ id: string;
580
+ label: string;
581
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
582
+ required: false;
583
+ description: string;
584
+ };
585
+ scheduleTime: {
586
+ id: string;
587
+ label: string;
588
+ type: import("@awell-health/extensions-core").FieldType.DATE;
589
+ required: true;
590
+ description: string;
591
+ };
592
+ inPatientLocalTime: {
593
+ id: string;
594
+ label: string;
595
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
596
+ required: false;
597
+ description: string;
598
+ };
599
+ atOptimalTime: {
600
+ id: string;
601
+ label: string;
602
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
603
+ required: false;
604
+ description: string;
605
+ };
606
+ campaignId: {
607
+ id: string;
608
+ label: string;
609
+ type: import("@awell-health/extensions-core").FieldType.STRING;
610
+ required: false;
611
+ description: string;
612
+ };
613
+ messageVariantionId: {
614
+ id: string;
615
+ label: string;
616
+ type: import("@awell-health/extensions-core").FieldType.STRING;
617
+ required: false;
618
+ description: string;
619
+ };
620
+ };
621
+ dataPoints: {
622
+ EmailDispatchId: {
623
+ key: string;
624
+ valueType: "string";
625
+ };
626
+ };
627
+ previewable: false;
628
+ onEvent: ({ payload, onComplete, onError, helpers }: {
629
+ payload: import("@awell-health/extensions-core").NewActivityPayload<{
630
+ externalUserId: {
631
+ id: string;
632
+ label: string;
633
+ type: import("@awell-health/extensions-core").FieldType.STRING;
634
+ required: true;
635
+ description: string;
636
+ };
637
+ appId: {
638
+ id: string;
639
+ label: string;
640
+ type: import("@awell-health/extensions-core").FieldType.STRING;
641
+ required: true;
642
+ description: string;
643
+ };
644
+ from: {
645
+ id: string;
646
+ label: string;
647
+ type: import("@awell-health/extensions-core").FieldType.STRING;
648
+ required: true;
649
+ description: string;
650
+ };
651
+ replyTo: {
652
+ id: string;
653
+ label: string;
654
+ type: import("@awell-health/extensions-core").FieldType.STRING;
655
+ required: false;
656
+ description: string;
657
+ };
658
+ subject: {
659
+ id: string;
660
+ label: string;
661
+ type: import("@awell-health/extensions-core").FieldType.STRING;
662
+ required: false;
663
+ description: string;
664
+ };
665
+ body: {
666
+ id: string;
667
+ label: string;
668
+ type: import("@awell-health/extensions-core").FieldType.HTML;
669
+ required: true;
670
+ description: string;
671
+ };
672
+ preheader: {
673
+ id: string;
674
+ label: string;
675
+ type: import("@awell-health/extensions-core").FieldType.STRING;
676
+ required: false;
677
+ description: string;
678
+ };
679
+ shouldInlineCss: {
680
+ id: string;
681
+ label: string;
682
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
683
+ required: false;
684
+ description: string;
685
+ };
686
+ scheduleTime: {
687
+ id: string;
688
+ label: string;
689
+ type: import("@awell-health/extensions-core").FieldType.DATE;
690
+ required: true;
691
+ description: string;
692
+ };
693
+ inPatientLocalTime: {
694
+ id: string;
695
+ label: string;
696
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
697
+ required: false;
698
+ description: string;
699
+ };
700
+ atOptimalTime: {
701
+ id: string;
702
+ label: string;
703
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
704
+ required: false;
705
+ description: string;
706
+ };
707
+ campaignId: {
708
+ id: string;
709
+ label: string;
710
+ type: import("@awell-health/extensions-core").FieldType.STRING;
711
+ required: false;
712
+ description: string;
713
+ };
714
+ messageVariantionId: {
715
+ id: string;
716
+ label: string;
717
+ type: import("@awell-health/extensions-core").FieldType.STRING;
718
+ required: false;
719
+ description: string;
720
+ };
721
+ }, {
722
+ apiKey: {
723
+ key: string;
724
+ label: string;
725
+ obfuscated: true;
726
+ required: true;
727
+ description: string;
728
+ };
729
+ baseUrl: {
730
+ key: string;
731
+ label: string;
732
+ obfuscated: false;
733
+ required: true;
734
+ description: string;
735
+ };
736
+ }>;
737
+ onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
738
+ onError: import("@awell-health/extensions-core").OnErrorCallback;
739
+ helpers: import("@awell-health/extensions-core").Helpers;
740
+ }) => Promise<void>;
741
+ };
742
+ sendEmailUsingTemplate: {
743
+ key: string;
744
+ title: string;
745
+ description: string;
746
+ category: import("@awell-health/extensions-core").Category.COMMUNICATION;
747
+ fields: {
748
+ externalUserId: {
749
+ id: string;
750
+ label: string;
751
+ type: import("@awell-health/extensions-core").FieldType.STRING;
752
+ required: true;
753
+ description: string;
754
+ };
755
+ appId: {
756
+ id: string;
757
+ label: string;
758
+ type: import("@awell-health/extensions-core").FieldType.STRING;
759
+ required: true;
760
+ description: string;
761
+ };
762
+ from: {
763
+ id: string;
764
+ label: string;
765
+ type: import("@awell-health/extensions-core").FieldType.STRING;
766
+ required: true;
767
+ description: string;
768
+ };
769
+ templateId: {
770
+ id: string;
771
+ label: string;
772
+ type: import("@awell-health/extensions-core").FieldType.STRING;
773
+ required: true;
774
+ description: string;
775
+ };
776
+ replyTo: {
777
+ id: string;
778
+ label: string;
779
+ type: import("@awell-health/extensions-core").FieldType.STRING;
780
+ required: false;
781
+ description: string;
782
+ };
783
+ preheader: {
784
+ id: string;
785
+ label: string;
786
+ type: import("@awell-health/extensions-core").FieldType.STRING;
787
+ required: false;
788
+ description: string;
789
+ };
790
+ scheduleTime: {
791
+ id: string;
792
+ label: string;
793
+ type: import("@awell-health/extensions-core").FieldType.DATE;
794
+ required: false;
795
+ description: string;
796
+ };
797
+ inPatientLocalTime: {
798
+ id: string;
799
+ label: string;
800
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
801
+ required: false;
802
+ description: string;
803
+ };
804
+ atOptimalTime: {
805
+ id: string;
806
+ label: string;
807
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
808
+ required: false;
809
+ description: string;
810
+ };
811
+ campaignId: {
812
+ id: string;
813
+ label: string;
814
+ type: import("@awell-health/extensions-core").FieldType.STRING;
815
+ required: false;
816
+ description: string;
817
+ };
818
+ messageVariantionId: {
819
+ id: string;
820
+ label: string;
821
+ type: import("@awell-health/extensions-core").FieldType.STRING;
822
+ required: false;
823
+ description: string;
824
+ };
825
+ };
826
+ dataPoints: {
827
+ EmailDispatchId: {
828
+ key: string;
829
+ valueType: "string";
830
+ };
831
+ };
832
+ previewable: false;
833
+ onEvent: ({ payload, onComplete, onError, helpers }: {
834
+ payload: import("@awell-health/extensions-core").NewActivityPayload<{
835
+ externalUserId: {
836
+ id: string;
837
+ label: string;
838
+ type: import("@awell-health/extensions-core").FieldType.STRING;
839
+ required: true;
840
+ description: string;
841
+ };
842
+ appId: {
843
+ id: string;
844
+ label: string;
845
+ type: import("@awell-health/extensions-core").FieldType.STRING;
846
+ required: true;
847
+ description: string;
848
+ };
849
+ from: {
850
+ id: string;
851
+ label: string;
852
+ type: import("@awell-health/extensions-core").FieldType.STRING;
853
+ required: true;
854
+ description: string;
855
+ };
856
+ templateId: {
857
+ id: string;
858
+ label: string;
859
+ type: import("@awell-health/extensions-core").FieldType.STRING;
860
+ required: true;
861
+ description: string;
862
+ };
863
+ replyTo: {
864
+ id: string;
865
+ label: string;
866
+ type: import("@awell-health/extensions-core").FieldType.STRING;
867
+ required: false;
868
+ description: string;
869
+ };
870
+ preheader: {
871
+ id: string;
872
+ label: string;
873
+ type: import("@awell-health/extensions-core").FieldType.STRING;
874
+ required: false;
875
+ description: string;
876
+ };
877
+ scheduleTime: {
878
+ id: string;
879
+ label: string;
880
+ type: import("@awell-health/extensions-core").FieldType.DATE;
881
+ required: false;
882
+ description: string;
883
+ };
884
+ inPatientLocalTime: {
885
+ id: string;
886
+ label: string;
887
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
888
+ required: false;
889
+ description: string;
890
+ };
891
+ atOptimalTime: {
892
+ id: string;
893
+ label: string;
894
+ type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
895
+ required: false;
896
+ description: string;
897
+ };
898
+ campaignId: {
899
+ id: string;
900
+ label: string;
901
+ type: import("@awell-health/extensions-core").FieldType.STRING;
902
+ required: false;
903
+ description: string;
904
+ };
905
+ messageVariantionId: {
906
+ id: string;
907
+ label: string;
908
+ type: import("@awell-health/extensions-core").FieldType.STRING;
909
+ required: false;
910
+ description: string;
911
+ };
912
+ }, {
913
+ apiKey: {
914
+ key: string;
915
+ label: string;
916
+ obfuscated: true;
917
+ required: true;
918
+ description: string;
919
+ };
920
+ baseUrl: {
921
+ key: string;
922
+ label: string;
923
+ obfuscated: false;
924
+ required: true;
925
+ description: string;
926
+ };
927
+ }>;
928
+ onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
929
+ onError: import("@awell-health/extensions-core").OnErrorCallback;
930
+ helpers: import("@awell-health/extensions-core").Helpers;
931
+ }) => Promise<void>;
932
+ };
933
+ };