@awell-health/awell-extensions 1.1.64 → 1.1.66

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. package/dist/extensions/athenahealth/actions/index.d.ts +2 -2
  2. package/dist/extensions/athenahealth/api/schema/appointment.d.ts +2 -2
  3. package/dist/extensions/athenahealth/api/schema/clinicalDocument.d.ts +2 -2
  4. package/dist/extensions/athenahealth/settings.d.ts +4 -4
  5. package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +4 -4
  6. package/dist/extensions/calDotCom/schema.d.ts +6 -6
  7. package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
  8. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +8 -8
  9. package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
  10. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +8 -8
  11. package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +14 -14
  12. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +8 -8
  13. package/dist/extensions/dockHealth/lib/dock.types.d.ts +4 -4
  14. package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +1 -1
  15. package/dist/extensions/dropboxSign/v1/actions/sendRequestReminder/config/fields.d.ts +2 -2
  16. package/dist/extensions/elation/actions/index.d.ts +3 -3
  17. package/dist/extensions/elation/constants.d.ts +1 -0
  18. package/dist/extensions/elation/constants.js +5 -0
  19. package/dist/extensions/elation/constants.js.map +1 -0
  20. package/dist/extensions/elation/types/webhooks/appointments.d.ts +69 -0
  21. package/dist/extensions/elation/types/webhooks/appointments.js +27 -0
  22. package/dist/extensions/elation/types/webhooks/appointments.js.map +1 -0
  23. package/dist/extensions/elation/types/webhooks/webhooks.test.d.ts +1 -0
  24. package/dist/extensions/elation/types/webhooks/webhooks.test.js +65 -0
  25. package/dist/extensions/elation/types/webhooks/webhooks.test.js.map +1 -0
  26. package/dist/extensions/elation/validation/appointment.zod.d.ts +24 -24
  27. package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +3 -3
  28. package/dist/extensions/elation/validation/patient.zod.d.ts +4 -4
  29. package/dist/extensions/elation/validation/physician.zod.d.ts +4 -4
  30. package/dist/extensions/elation/validation/settings.zod.d.ts +4 -4
  31. package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js +9 -3
  32. package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js.map +1 -1
  33. package/dist/extensions/healthie/actions/createAppointment/config/fields.d.ts +2 -2
  34. package/dist/extensions/healthie/actions/getMetricEntry/config/fields.d.ts +2 -2
  35. package/dist/extensions/healthie/actions/index.d.ts +3 -3
  36. package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +22 -22
  37. package/dist/extensions/index.js +22 -20
  38. package/dist/extensions/index.js.map +1 -1
  39. package/dist/extensions/infobip/settings.d.ts +4 -4
  40. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  41. package/dist/extensions/infobip/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  42. package/dist/extensions/mailgun/settings.d.ts +1 -1
  43. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  44. package/dist/extensions/markdown.json +4 -0
  45. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
  46. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
  47. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
  48. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
  49. package/dist/extensions/metriport/actions/index.d.ts +1 -1
  50. package/dist/extensions/metriport/actions/patient/validation.d.ts +6 -6
  51. package/dist/extensions/sendgrid-extension/v1/actions/addOrUpdateContact/config/fields.d.ts +2 -2
  52. package/dist/extensions/sendgrid-extension/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  53. package/dist/extensions/talkDesk/settings.d.ts +2 -2
  54. package/dist/extensions/twilio/v2/actions/createFlowExecution/config/actionSchema.d.ts +31 -31
  55. package/dist/extensions/twilio/v2/actions/getMessages/config/fields.d.ts +2 -2
  56. package/dist/extensions/workramp/config.d.ts +1 -0
  57. package/dist/extensions/workramp/config.js +5 -0
  58. package/dist/extensions/workramp/config.js.map +1 -0
  59. package/dist/extensions/workramp/index.d.ts +2 -0
  60. package/dist/extensions/workramp/index.js +19 -0
  61. package/dist/extensions/workramp/index.js.map +1 -0
  62. package/dist/extensions/workramp/settings.d.ts +1 -0
  63. package/dist/extensions/workramp/settings.js +5 -0
  64. package/dist/extensions/workramp/settings.js.map +1 -0
  65. package/dist/extensions/workramp/types/EventPayload.d.ts +49 -0
  66. package/dist/extensions/workramp/types/EventPayload.js +22 -0
  67. package/dist/extensions/workramp/types/EventPayload.js.map +1 -0
  68. package/dist/extensions/workramp/types/EventType.d.ts +13 -0
  69. package/dist/extensions/workramp/types/EventType.js +18 -0
  70. package/dist/extensions/workramp/types/EventType.js.map +1 -0
  71. package/dist/extensions/workramp/types/index.d.ts +2 -0
  72. package/dist/extensions/workramp/types/index.js +8 -0
  73. package/dist/extensions/workramp/types/index.js.map +1 -0
  74. package/dist/extensions/workramp/webhooks/EventWebhook.d.ts +12 -0
  75. package/dist/extensions/workramp/webhooks/EventWebhook.js +28 -0
  76. package/dist/extensions/workramp/webhooks/EventWebhook.js.map +1 -0
  77. package/dist/extensions/workramp/webhooks/index.d.ts +1 -0
  78. package/dist/extensions/workramp/webhooks/index.js +6 -0
  79. package/dist/extensions/workramp/webhooks/index.js.map +1 -0
  80. package/dist/extensions/zusHealth/validation/settings.zod.d.ts +5 -5
  81. package/package.json +1 -1
@@ -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
  }>>;
@@ -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 twilio_1 = require("./twilio");
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 cmDotCom_1 = require("./cmDotCom");
57
+ const sfdc_1 = require("./sfdc");
58
+ const stripe_1 = require("./stripe");
46
59
  const talkDesk_1 = require("./talkDesk");
47
- const docuSign_1 = require("./docuSign");
48
- const sendbird_1 = require("./sendbird");
60
+ const textline_1 = require("./textline");
49
61
  const transform_1 = require("./transform");
50
- const iterable_1 = require("./iterable");
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 nexuzhealth_1 = require("./nexuzhealth");
55
- const collectData_1 = require("./collectData");
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,qCAAiC;AACjC,6DAA+C;AAC/C,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,yCAAqC;AACrC,2CAAuC;AACvC,yCAAqC;AACrC,uCAAmC;AACnC,uCAAmC;AACnC,uCAAmC;AACnC,+CAA2C;AAC3C,+CAA2C;AAC3C,iDAA6C;AAC7C,+BAA2B;AAC3B,yCAAqC;AACrC,uCAAmC;AACnC,6CAAyC;AACzC,qCAAiC;AACjC,iCAA6B;AAC7B,iCAA6B;AAE7B,sDAAuC;AACvC,uDAAkD;AAGrC,QAAA,QAAQ,GAAa,IAAI,CAAA;AAEzB,QAAA,UAAU,GAAG;IACxB,aAAK;IACL,2BAAY;IACZ,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,iBAAO;CACR,CAAA"}
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
- fromEmail: string;
39
+ apiKey: string;
41
40
  fromPhoneNumber: string;
41
+ fromEmail: string;
42
42
  }, {
43
- apiKey: string;
44
43
  baseUrl: string;
45
- fromEmail: string;
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
  }>;
@@ -53,8 +53,8 @@ export declare const SettingsValidationSchema: z.ZodObject<{
53
53
  testMode: z.ZodEffects<z.ZodOptional<z.ZodEnum<["Yes", "yes", "No", "no"]>>, boolean, "Yes" | "No" | "yes" | "no" | undefined>;
54
54
  }, "strip", z.ZodTypeAny, {
55
55
  apiKey: string;
56
- testMode: boolean;
57
56
  fromName: string;
57
+ testMode: boolean;
58
58
  fromEmail: string;
59
59
  domain: string;
60
60
  region?: "US" | "EU" | "eu" | "us" | undefined;
@@ -43,11 +43,11 @@ export declare const FieldsValidationSchema: z.ZodObject<{
43
43
  } | (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>;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  subject: string;
46
- to: string;
47
- template: string;
48
46
  variables: string | number | boolean | {
49
47
  [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;
50
48
  } | (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;
49
+ to: string;
50
+ template: string;
51
51
  }, {
52
52
  subject: string;
53
53
  to: string;
@@ -147,6 +147,10 @@
147
147
  "readme": "---\ntitle: WestFax\ndescription: WestFax is a leading provider of HIPAA Compliant Cloud Fax / Fax to Email, Print to Fax\n---\n\n# WestFax\n\n[WestFax](https://westfax.com/) is a cloud-based faxing service that offers a variety of features, including:\n- Secure faxing: WestFax uses end-to-end encryption to protect your documents from unauthorized access.\n- HIPAA compliance: WestFax is HIPAA compliant, so you can be sure that your medical records are safe.\n- Integration with other applications: WestFax can be integrated with your existing email, CRM, and other applications.\n- Mobile app: You can send and receive faxes from your mobile device with the WestFax mobile app.\n- Paperless faxing: WestFax can store your faxes in the cloud, so you can access them from anywhere.\n\n## WestFax x Awell\n\nThis extension allows you to let a stakeholder (eg: a patient) send a fax as part of a care flow.\n\n## Extension settings\n\nIn order to set up this extension, **you will need to provide a WestFax Username and Password**. You will need as well to provide the ProductId when setting up the action - check how [here](https://westfax.com/how-to-get-productid/).\n\n\n",
148
148
  "changelog": "# WestFax changelog\n\n## February 2024\n\n- Initial action to send an fax to an email\n"
149
149
  },
150
+ "workramp": {
151
+ "readme": "---\ntitle: Workramp\ndescription: WorkRamp is the all-in-one LMS platform for employees, customers, and partners. \n---\n# Workramp\n\nWorkramp is a learning management platform helping to upskill employees and educate partners and customers.\n\n## Extension settings\n\nThere are no extension settings (e.g. API keys) to set. Simply enable the extension and then utilize the EventPayload webhook to subscribe to events.\n\n## Webhooks\n\n### EventPayload\nListens to an event and starts a care flow, using the `user.id` field as a unique patient identifier.\n\nTo learn more about webhooks, visit [their developer site](https://developers.workramp.com/reference/introduction-to-webhooks).",
152
+ "changelog": "# Workramp changelog\n\n## 2024-08-28\n\nCreated the extension."
153
+ },
150
154
  "zendesk": {
151
155
  "readme": "---\ntitle: Zendesk\ndescription: Zendesk is a customer service and support platform that provides a suite of tools and software for businesses to manage their customer interactions.\n---\n\n# Zendesk\n\nZendesk is a customer service and support platform that provides a suite of tools and software for businesses to manage their customer interactions. It offers a range of customer service solutions, including help desk ticketing systems, customer support and engagement, and self-service options. Zendesk is designed to help companies streamline their customer support processes, improve communication with their customers, and resolve issues more efficiently.\n\n## Extension settings\n\nIn order to set up this extension, you will to authenticate with the Sell API and need an API token. You can visit Zendesk Sales CRM dashboard and go to **Settings > Integration > OAuth** to enable and create an API token. Read more about how to get an access token for the Sell API [here](https://developer.zendesk.com/documentation/sales-crm/first-call/).\n\n## Custom Actions\n\n### Create task\n\nCreates a new task. You can create either a floating task or create a related task and associate it with one of the resource types: Leads, Contacts, Deals.\n\n### Complete task\n\nMarks a task as completed.\n",
152
156
  "changelog": "# Zendesk changelog\n"
@@ -93,10 +93,10 @@ export declare const FieldsValidationSchema: ZodObject<{
93
93
  country: import("zod").ZodOptional<import("zod").ZodString>;
94
94
  postalCode: import("zod").ZodOptional<import("zod").ZodString>;
95
95
  }, "strip", ZodTypeAny, {
96
- address?: string | undefined;
97
- email?: string | undefined;
98
96
  firstName?: string | undefined;
99
97
  lastName?: string | undefined;
98
+ email?: string | undefined;
99
+ address?: string | undefined;
100
100
  birthDate?: string | undefined;
101
101
  mobilePhone?: import("libphonenumber-js").E164Number | undefined;
102
102
  city?: string | undefined;
@@ -105,10 +105,10 @@ export declare const FieldsValidationSchema: ZodObject<{
105
105
  postalCode?: string | undefined;
106
106
  gender?: "unknown" | "male" | "female" | "other" | undefined;
107
107
  }, {
108
- address?: string | undefined;
109
- email?: string | undefined;
110
108
  firstName?: string | undefined;
111
109
  lastName?: string | undefined;
110
+ email?: string | undefined;
111
+ address?: string | undefined;
112
112
  birthDate?: "" | Date | undefined;
113
113
  mobilePhone?: string | undefined;
114
114
  city?: string | undefined;
@@ -72,8 +72,8 @@ export declare const FieldsValidationSchema: ZodObject<{
72
72
  patientId: string;
73
73
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
74
74
  taskTitle: string;
75
- description?: string | undefined;
76
75
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
76
+ description?: string | undefined;
77
77
  dueDate?: string | undefined;
78
78
  performerType?: string | undefined;
79
79
  }, {
@@ -81,8 +81,8 @@ export declare const FieldsValidationSchema: ZodObject<{
81
81
  patientId: string;
82
82
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
83
83
  taskTitle: string;
84
- description?: string | undefined;
85
84
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
85
+ description?: string | undefined;
86
86
  dueDate?: "" | Date | undefined;
87
87
  performerType?: string | undefined;
88
88
  }>;
@@ -12,10 +12,10 @@ export declare const PatientSchema: z.ZodObject<{
12
12
  country: z.ZodOptional<z.ZodString>;
13
13
  postalCode: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- address?: string | undefined;
16
- email?: string | undefined;
17
15
  firstName?: string | undefined;
18
16
  lastName?: string | undefined;
17
+ email?: string | undefined;
18
+ address?: string | undefined;
19
19
  birthDate?: string | undefined;
20
20
  mobilePhone?: import("libphonenumber-js").E164Number | undefined;
21
21
  city?: string | undefined;
@@ -24,10 +24,10 @@ export declare const PatientSchema: z.ZodObject<{
24
24
  postalCode?: string | undefined;
25
25
  gender?: "unknown" | "male" | "female" | "other" | undefined;
26
26
  }, {
27
- address?: string | undefined;
28
- email?: string | undefined;
29
27
  firstName?: string | undefined;
30
28
  lastName?: string | undefined;
29
+ email?: string | undefined;
30
+ address?: string | undefined;
31
31
  birthDate?: "" | Date | undefined;
32
32
  mobilePhone?: string | undefined;
33
33
  city?: string | undefined;
@@ -13,8 +13,8 @@ export declare const CreateTaskSchema: z.ZodObject<{
13
13
  patientId: string;
14
14
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
15
15
  taskTitle: string;
16
- description?: string | undefined;
17
16
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
17
+ description?: string | undefined;
18
18
  dueDate?: string | undefined;
19
19
  performerType?: string | undefined;
20
20
  }, {
@@ -22,8 +22,8 @@ export declare const CreateTaskSchema: z.ZodObject<{
22
22
  patientId: string;
23
23
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
24
24
  taskTitle: string;
25
- description?: string | undefined;
26
25
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
26
+ description?: string | undefined;
27
27
  dueDate?: "" | Date | undefined;
28
28
  performerType?: string | undefined;
29
29
  }>;
@@ -22,7 +22,7 @@ export declare const actions: {
22
22
  description: string;
23
23
  required: false;
24
24
  };
25
- }, "email" | "phone" | "firstName" | "lastName" | "city" | "country" | "state" | "zip" | "dob" | "addressLine1" | "addressLine2" | "genderAtBirth" | "driversLicenseValue" | "driversLicenseState">;
25
+ }, "firstName" | "lastName" | "email" | "dob" | "phone" | "city" | "country" | "state" | "zip" | "addressLine1" | "addressLine2" | "genderAtBirth" | "driversLicenseValue" | "driversLicenseState">;
26
26
  createPatient: import("@awell-health/extensions-core").Action<{
27
27
  phone: {
28
28
  id: string;
@@ -18,9 +18,9 @@ export declare const patientCreateSchema: z.ZodObject<z.objectUtil.extendShape<{
18
18
  }>, "strip", z.ZodTypeAny, {
19
19
  firstName: string;
20
20
  lastName: string;
21
+ dob: string;
21
22
  country: string;
22
23
  zip: string;
23
- dob: string;
24
24
  genderAtBirth: "M" | "F";
25
25
  email?: string | undefined;
26
26
  phone?: string | undefined;
@@ -33,8 +33,8 @@ export declare const patientCreateSchema: z.ZodObject<z.objectUtil.extendShape<{
33
33
  }, {
34
34
  firstName: string;
35
35
  lastName: string;
36
- zip: string;
37
36
  dob: string;
37
+ zip: string;
38
38
  genderAtBirth: "M" | "F";
39
39
  email?: string | undefined;
40
40
  phone?: string | undefined;
@@ -66,12 +66,12 @@ export declare const patientUpdateSchema: z.ZodObject<z.objectUtil.extendShape<{
66
66
  zip: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
67
67
  country: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>>;
68
68
  }>>, "strip", z.ZodTypeAny, {
69
- id: string;
70
69
  firstName: string;
71
70
  lastName: string;
71
+ dob: string;
72
+ id: string;
72
73
  country: string;
73
74
  zip: string;
74
- dob: string;
75
75
  genderAtBirth: "M" | "F";
76
76
  email?: string | undefined;
77
77
  phone?: string | undefined;
@@ -82,11 +82,11 @@ export declare const patientUpdateSchema: z.ZodObject<z.objectUtil.extendShape<{
82
82
  driversLicenseValue?: string | undefined;
83
83
  driversLicenseState?: string | undefined;
84
84
  }, {
85
- id: string;
86
85
  firstName: string;
87
86
  lastName: string;
88
- zip: string;
89
87
  dob: string;
88
+ id: string;
89
+ zip: string;
90
90
  genderAtBirth: "M" | "F";
91
91
  email?: string | undefined;
92
92
  phone?: string | undefined;
@@ -47,15 +47,15 @@ export declare const FieldsValidationSchema: z.ZodObject<{
47
47
  lastName: z.ZodString;
48
48
  customFields: z.ZodEffects<z.ZodOptional<z.ZodString>, CustomFields, string | undefined>;
49
49
  }, "strip", z.ZodTypeAny, {
50
- email: string;
51
50
  firstName: string;
52
51
  lastName: string;
52
+ email: string;
53
53
  customFields: CustomFields;
54
54
  listIds: string[];
55
55
  }, {
56
- email: string;
57
56
  firstName: string;
58
57
  lastName: string;
58
+ email: string;
59
59
  listIds: string;
60
60
  customFields?: string | undefined;
61
61
  }>;
@@ -56,15 +56,15 @@ export declare const FieldsValidationSchema: z.ZodObject<{
56
56
  fromName: z.ZodOptional<z.ZodString>;
57
57
  fromEmail: z.ZodOptional<z.ZodString>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- templateId: string;
60
59
  to: string;
60
+ templateId: string;
61
61
  dynamicTemplateData: TemplateData;
62
62
  subject?: string | undefined;
63
63
  fromName?: string | undefined;
64
64
  fromEmail?: string | undefined;
65
65
  }, {
66
- templateId: string;
67
66
  to: string;
67
+ templateId: string;
68
68
  subject?: string | undefined;
69
69
  fromName?: string | undefined;
70
70
  fromEmail?: string | undefined;
@@ -36,12 +36,12 @@ export declare const SettingsValidationSchema: z.ZodObject<{
36
36
  clientSecret: z.ZodString;
37
37
  }, "strip", z.ZodTypeAny, {
38
38
  clientId: string;
39
+ clientSecret: string;
39
40
  region: "US" | "EU" | "Canada";
40
41
  talkDeskAccountName: string;
41
- clientSecret: string;
42
42
  }, {
43
43
  clientId: string;
44
- talkDeskAccountName: string;
45
44
  clientSecret: string;
45
+ talkDeskAccountName: string;
46
46
  region?: "US" | "EU" | "Canada" | undefined;
47
47
  }>;