@awell-health/awell-extensions 1.1.64 → 1.1.65

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) 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/validation/appointment.zod.d.ts +24 -24
  18. package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +3 -3
  19. package/dist/extensions/elation/validation/patient.zod.d.ts +4 -4
  20. package/dist/extensions/elation/validation/physician.zod.d.ts +4 -4
  21. package/dist/extensions/elation/validation/settings.zod.d.ts +4 -4
  22. package/dist/extensions/healthie/actions/createAppointment/config/fields.d.ts +2 -2
  23. package/dist/extensions/healthie/actions/getMetricEntry/config/fields.d.ts +2 -2
  24. package/dist/extensions/healthie/actions/index.d.ts +3 -3
  25. package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +22 -22
  26. package/dist/extensions/index.js +22 -20
  27. package/dist/extensions/index.js.map +1 -1
  28. package/dist/extensions/infobip/settings.d.ts +4 -4
  29. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  30. package/dist/extensions/infobip/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  31. package/dist/extensions/mailgun/settings.d.ts +1 -1
  32. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  33. package/dist/extensions/markdown.json +4 -0
  34. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
  35. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
  36. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
  37. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
  38. package/dist/extensions/metriport/actions/index.d.ts +1 -1
  39. package/dist/extensions/metriport/actions/patient/validation.d.ts +6 -6
  40. package/dist/extensions/sendgrid-extension/v1/actions/addOrUpdateContact/config/fields.d.ts +2 -2
  41. package/dist/extensions/sendgrid-extension/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  42. package/dist/extensions/talkDesk/settings.d.ts +2 -2
  43. package/dist/extensions/twilio/v2/actions/createFlowExecution/config/actionSchema.d.ts +31 -31
  44. package/dist/extensions/twilio/v2/actions/getMessages/config/fields.d.ts +2 -2
  45. package/dist/extensions/workramp/config.d.ts +1 -0
  46. package/dist/extensions/workramp/config.js +5 -0
  47. package/dist/extensions/workramp/config.js.map +1 -0
  48. package/dist/extensions/workramp/index.d.ts +2 -0
  49. package/dist/extensions/workramp/index.js +19 -0
  50. package/dist/extensions/workramp/index.js.map +1 -0
  51. package/dist/extensions/workramp/settings.d.ts +1 -0
  52. package/dist/extensions/workramp/settings.js +5 -0
  53. package/dist/extensions/workramp/settings.js.map +1 -0
  54. package/dist/extensions/workramp/types/EventPayload.d.ts +49 -0
  55. package/dist/extensions/workramp/types/EventPayload.js +22 -0
  56. package/dist/extensions/workramp/types/EventPayload.js.map +1 -0
  57. package/dist/extensions/workramp/types/EventType.d.ts +13 -0
  58. package/dist/extensions/workramp/types/EventType.js +18 -0
  59. package/dist/extensions/workramp/types/EventType.js.map +1 -0
  60. package/dist/extensions/workramp/types/index.d.ts +2 -0
  61. package/dist/extensions/workramp/types/index.js +8 -0
  62. package/dist/extensions/workramp/types/index.js.map +1 -0
  63. package/dist/extensions/workramp/webhooks/EventWebhook.d.ts +12 -0
  64. package/dist/extensions/workramp/webhooks/EventWebhook.js +28 -0
  65. package/dist/extensions/workramp/webhooks/EventWebhook.js.map +1 -0
  66. package/dist/extensions/workramp/webhooks/index.d.ts +1 -0
  67. package/dist/extensions/workramp/webhooks/index.js +6 -0
  68. package/dist/extensions/workramp/webhooks/index.js.map +1 -0
  69. package/dist/extensions/zusHealth/validation/settings.zod.d.ts +5 -5
  70. package/package.json +1 -1
@@ -50,7 +50,7 @@ declare const actions: {
50
50
  required: true;
51
51
  description: string;
52
52
  };
53
- }, "email" | "firstName" | "lastName" | "dob">;
53
+ }, "firstName" | "lastName" | "email" | "dob">;
54
54
  getAppointment: import("@awell-health/extensions-core").Action<{
55
55
  appointmentId: {
56
56
  id: string;
@@ -102,7 +102,7 @@ declare const actions: {
102
102
  required: true;
103
103
  description: string;
104
104
  };
105
- }, "status" | "date" | "patientId" | "startTime" | "duration" | "appointmentTypeId" | "appointmentTypeName">;
105
+ }, "status" | "patientId" | "date" | "duration" | "startTime" | "appointmentTypeName" | "appointmentTypeId">;
106
106
  createPatient: import("@awell-health/extensions-core").Action<{
107
107
  departmentid: {
108
108
  id: string;
@@ -15,7 +15,6 @@ export declare const AppointmentSchema: z.ZodObject<{
15
15
  starttime: z.ZodString;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  date: string;
18
- duration: number;
19
18
  departmentid: string;
20
19
  appointmenttypeid: string;
21
20
  appointmenttype: string;
@@ -23,10 +22,10 @@ export declare const AppointmentSchema: z.ZodObject<{
23
22
  appointmentstatus: string;
24
23
  providerid: string;
25
24
  patientid: string;
25
+ duration: number;
26
26
  starttime: string;
27
27
  }, {
28
28
  date: string;
29
- duration: number;
30
29
  departmentid: string;
31
30
  appointmenttypeid: string;
32
31
  appointmenttype: string;
@@ -34,6 +33,7 @@ export declare const AppointmentSchema: z.ZodObject<{
34
33
  appointmentstatus: string;
35
34
  providerid: string;
36
35
  patientid: string;
36
+ duration: number;
37
37
  starttime: string;
38
38
  }>;
39
39
  export type AppointmentSchemaType = z.infer<typeof AppointmentSchema>;
@@ -14,18 +14,18 @@ export declare const AddClinicalDocumentToPatientChartInputFields: z.ZodObject<{
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  departmentid: string;
16
16
  documentsubclass: "CLINICALDOCUMENT" | "ADMISSIONDISCHARGE" | "CONSULTNOTE" | "MENTALHEALTH" | "OPERATIVENOTE" | "URGENTCARE";
17
- priority?: "1" | "2" | undefined;
18
17
  attachmentcontents?: string | undefined;
19
18
  autoclose?: boolean | undefined;
20
19
  internalnote?: string | undefined;
21
20
  observationdate?: string | undefined;
21
+ priority?: "1" | "2" | undefined;
22
22
  }, {
23
23
  departmentid: string;
24
24
  documentsubclass: "CLINICALDOCUMENT" | "ADMISSIONDISCHARGE" | "CONSULTNOTE" | "MENTALHEALTH" | "OPERATIVENOTE" | "URGENTCARE";
25
- priority?: "1" | "2" | undefined;
26
25
  attachmentcontents?: string | undefined;
27
26
  autoclose?: boolean | undefined;
28
27
  internalnote?: string | undefined;
29
28
  observationdate?: string | undefined;
29
+ priority?: "1" | "2" | undefined;
30
30
  }>;
31
31
  export type AddClinicalDocumentToPatientChartInputType = z.infer<typeof AddClinicalDocumentToPatientChartInputFields>;
@@ -51,17 +51,17 @@ export declare const SettingsValidationSchema: z.ZodObject<{
51
51
  scope: z.ZodString;
52
52
  practiceId: z.ZodString;
53
53
  }, "strip", z.ZodTypeAny, {
54
- client_secret: string;
55
54
  auth_url: string;
56
55
  client_id: string;
56
+ client_secret: string;
57
+ api_url: string;
57
58
  scope: string;
58
59
  practiceId: string;
59
- api_url: string;
60
60
  }, {
61
- client_secret: string;
62
61
  auth_url: string;
63
62
  client_id: string;
63
+ client_secret: string;
64
+ api_url: string;
64
65
  scope: string;
65
66
  practiceId: string;
66
- api_url: string;
67
67
  }>;
@@ -117,12 +117,12 @@ export declare const FieldsValidationSchema: z.ZodObject<{
117
117
  sex: z.ZodOptional<z.ZodEffects<z.ZodEnum<[Sex.Female, Sex.Male, Sex.NotKnown]>, Sex, unknown>>;
118
118
  nationalRegistryNumber: z.ZodOptional<z.ZodString>;
119
119
  }, "strip", z.ZodTypeAny, {
120
+ firstName?: string | undefined;
121
+ lastName?: string | undefined;
120
122
  email?: string | undefined;
121
123
  phone?: import("libphonenumber-js").E164Number | undefined;
122
124
  sex?: Sex | undefined;
123
125
  patientCode?: string | undefined;
124
- firstName?: string | undefined;
125
- lastName?: string | undefined;
126
126
  birthDate?: string | undefined;
127
127
  mobilePhone?: import("libphonenumber-js").E164Number | undefined;
128
128
  preferredLanguage?: string | undefined;
@@ -133,12 +133,12 @@ export declare const FieldsValidationSchema: z.ZodObject<{
133
133
  zip?: string | undefined;
134
134
  nationalRegistryNumber?: string | undefined;
135
135
  }, {
136
+ firstName?: string | undefined;
137
+ lastName?: string | undefined;
136
138
  email?: string | undefined;
137
139
  phone?: string | undefined;
138
140
  sex?: unknown;
139
141
  patientCode?: string | undefined;
140
- firstName?: string | undefined;
141
- lastName?: string | undefined;
142
142
  birthDate?: Date | undefined;
143
143
  mobilePhone?: string | undefined;
144
144
  preferredLanguage?: string | undefined;
@@ -73,11 +73,11 @@ export declare const BookingSchema: z.ZodObject<{
73
73
  }>;
74
74
  }, "strip", z.ZodTypeAny, {
75
75
  status: string;
76
+ startTime: string;
76
77
  id: number;
77
78
  eventTypeId: number;
78
79
  title: string;
79
80
  description: string;
80
- startTime: string;
81
81
  endTime: string;
82
82
  uid: string;
83
83
  user: {
@@ -97,11 +97,11 @@ export declare const BookingSchema: z.ZodObject<{
97
97
  };
98
98
  }, {
99
99
  status: string;
100
+ startTime: string;
100
101
  id: number;
101
102
  eventTypeId: number;
102
103
  title: string;
103
104
  description: string;
104
- startTime: string;
105
105
  endTime: string;
106
106
  uid: string;
107
107
  user: {
@@ -171,11 +171,11 @@ export declare const GetBookingResponseSchema: z.ZodObject<{
171
171
  }>;
172
172
  }, "strip", z.ZodTypeAny, {
173
173
  status: string;
174
+ startTime: string;
174
175
  id: number;
175
176
  eventTypeId: number;
176
177
  title: string;
177
178
  description: string;
178
- startTime: string;
179
179
  endTime: string;
180
180
  uid: string;
181
181
  user: {
@@ -195,11 +195,11 @@ export declare const GetBookingResponseSchema: z.ZodObject<{
195
195
  };
196
196
  }, {
197
197
  status: string;
198
+ startTime: string;
198
199
  id: number;
199
200
  eventTypeId: number;
200
201
  title: string;
201
202
  description: string;
202
- startTime: string;
203
203
  endTime: string;
204
204
  uid: string;
205
205
  user: {
@@ -221,11 +221,11 @@ export declare const GetBookingResponseSchema: z.ZodObject<{
221
221
  }, "strip", z.ZodTypeAny, {
222
222
  booking: {
223
223
  status: string;
224
+ startTime: string;
224
225
  id: number;
225
226
  eventTypeId: number;
226
227
  title: string;
227
228
  description: string;
228
- startTime: string;
229
229
  endTime: string;
230
230
  uid: string;
231
231
  user: {
@@ -247,11 +247,11 @@ export declare const GetBookingResponseSchema: z.ZodObject<{
247
247
  }, {
248
248
  booking: {
249
249
  status: string;
250
+ startTime: string;
250
251
  id: number;
251
252
  eventTypeId: number;
252
253
  title: string;
253
254
  description: string;
254
- startTime: string;
255
255
  endTime: string;
256
256
  uid: string;
257
257
  user: {
@@ -1,3 +1,3 @@
1
1
  export type { EventCreated } from './eventCreated';
2
2
  export type { EventCanceled } from './eventCanceled';
3
- export declare const webhooks: (import("@awell-health/extensions-core").Webhook<"eventTypeId" | "startTime" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "is_rescheduled_event", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>> | import("@awell-health/extensions-core").Webhook<"eventTypeId" | "startTime" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "cancellation_reason", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>>)[];
3
+ export declare const webhooks: (import("@awell-health/extensions-core").Webhook<"startTime" | "eventTypeId" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "is_rescheduled_event", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>> | import("@awell-health/extensions-core").Webhook<"startTime" | "eventTypeId" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "cancellation_reason", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>>)[];
@@ -467,11 +467,11 @@ export declare const patientSchema: z.ZodObject<{
467
467
  data: z.ZodOptional<z.ZodString>;
468
468
  url: z.ZodOptional<z.ZodString>;
469
469
  }, "strip", z.ZodTypeAny, {
470
- url?: string | undefined;
471
470
  data?: string | undefined;
472
- }, {
473
471
  url?: string | undefined;
472
+ }, {
474
473
  data?: string | undefined;
474
+ url?: string | undefined;
475
475
  }>, "many">>;
476
476
  }, "strip", z.ZodTypeAny, {
477
477
  name: {
@@ -594,8 +594,8 @@ export declare const patientSchema: z.ZodObject<{
594
594
  }[] | undefined;
595
595
  deceased?: boolean | undefined;
596
596
  photo?: {
597
- url?: string | undefined;
598
597
  data?: string | undefined;
598
+ url?: string | undefined;
599
599
  }[] | undefined;
600
600
  }, {
601
601
  name: {
@@ -718,8 +718,8 @@ export declare const patientSchema: z.ZodObject<{
718
718
  }[] | undefined;
719
719
  deceased?: boolean | undefined;
720
720
  photo?: {
721
- url?: string | undefined;
722
721
  data?: string | undefined;
722
+ url?: string | undefined;
723
723
  }[] | undefined;
724
724
  }>;
725
725
  export declare const patientWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
@@ -1190,11 +1190,11 @@ export declare const patientWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
1190
1190
  data: z.ZodOptional<z.ZodString>;
1191
1191
  url: z.ZodOptional<z.ZodString>;
1192
1192
  }, "strip", z.ZodTypeAny, {
1193
- url?: string | undefined;
1194
1193
  data?: string | undefined;
1195
- }, {
1196
1194
  url?: string | undefined;
1195
+ }, {
1197
1196
  data?: string | undefined;
1197
+ url?: string | undefined;
1198
1198
  }>, "many">>;
1199
1199
  }, {
1200
1200
  id: z.ZodString;
@@ -1320,8 +1320,8 @@ export declare const patientWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
1320
1320
  }[] | undefined;
1321
1321
  deceased?: boolean | undefined;
1322
1322
  photo?: {
1323
- url?: string | undefined;
1324
1323
  data?: string | undefined;
1324
+ url?: string | undefined;
1325
1325
  }[] | undefined;
1326
1326
  }, {
1327
1327
  id: string;
@@ -1445,8 +1445,8 @@ export declare const patientWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
1445
1445
  }[] | undefined;
1446
1446
  deceased?: boolean | undefined;
1447
1447
  photo?: {
1448
- url?: string | undefined;
1449
1448
  data?: string | undefined;
1449
+ url?: string | undefined;
1450
1450
  }[] | undefined;
1451
1451
  }>;
1452
1452
  export type Patient = z.infer<typeof patientSchema>;
@@ -5,13 +5,13 @@ export declare const settingsSchema: z.ZodObject<{
5
5
  client_id: z.ZodString;
6
6
  client_secret: z.ZodString;
7
7
  }, "strip", z.ZodTypeAny, {
8
- base_url: string;
9
- client_secret: string;
10
8
  auth_url: string;
11
9
  client_id: string;
12
- }, {
13
- base_url: string;
14
10
  client_secret: string;
11
+ base_url: string;
12
+ }, {
15
13
  auth_url: string;
16
14
  client_id: string;
15
+ client_secret: string;
16
+ base_url: string;
17
17
  }>;
@@ -78,14 +78,14 @@ export declare const taskSchema: z.ZodObject<{
78
78
  reference: string;
79
79
  }>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- text: string;
82
81
  time: string;
82
+ text: string;
83
83
  authorReference: {
84
84
  reference: string;
85
85
  };
86
86
  }, {
87
- text: string;
88
87
  time: Date;
88
+ text: string;
89
89
  authorReference: {
90
90
  reference: string;
91
91
  };
@@ -143,8 +143,8 @@ export declare const taskSchema: z.ZodObject<{
143
143
  };
144
144
  } | undefined;
145
145
  note?: {
146
- text: string;
147
146
  time: string;
147
+ text: string;
148
148
  authorReference: {
149
149
  reference: string;
150
150
  };
@@ -182,8 +182,8 @@ export declare const taskSchema: z.ZodObject<{
182
182
  };
183
183
  } | undefined;
184
184
  note?: {
185
- text: string;
186
185
  time: Date;
186
+ text: string;
187
187
  authorReference: {
188
188
  reference: string;
189
189
  };
@@ -268,14 +268,14 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
268
268
  reference: string;
269
269
  }>;
270
270
  }, "strip", z.ZodTypeAny, {
271
- text: string;
272
271
  time: string;
272
+ text: string;
273
273
  authorReference: {
274
274
  reference: string;
275
275
  };
276
276
  }, {
277
- text: string;
278
277
  time: Date;
278
+ text: string;
279
279
  authorReference: {
280
280
  reference: string;
281
281
  };
@@ -336,8 +336,8 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
336
336
  };
337
337
  } | undefined;
338
338
  note?: {
339
- text: string;
340
339
  time: string;
340
+ text: string;
341
341
  authorReference: {
342
342
  reference: string;
343
343
  };
@@ -376,8 +376,8 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
376
376
  };
377
377
  } | undefined;
378
378
  note?: {
379
- text: string;
380
379
  time: Date;
380
+ text: string;
381
381
  authorReference: {
382
382
  reference: string;
383
383
  };
@@ -39,10 +39,10 @@ export declare const PatientSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  values: string[];
41
41
  value: string;
42
- displayName: string;
43
42
  contextType: "PREDEFINED" | "CUSTOM";
44
43
  customFieldIdentifier: string;
45
44
  customFieldName: string;
45
+ displayName: string;
46
46
  displayNames: string[];
47
47
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
48
48
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -50,10 +50,10 @@ export declare const PatientSchema: z.ZodObject<{
50
50
  }, {
51
51
  values: string[];
52
52
  value: string;
53
- displayName: string;
54
53
  contextType: "PREDEFINED" | "CUSTOM";
55
54
  customFieldIdentifier: string;
56
55
  customFieldName: string;
56
+ displayName: string;
57
57
  displayNames: string[];
58
58
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
59
59
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -63,30 +63,30 @@ export declare const PatientSchema: z.ZodObject<{
63
63
  phoneHome: z.ZodOptional<z.ZodString>;
64
64
  phoneMobile: z.ZodOptional<z.ZodString>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- id: string;
67
66
  firstName: string;
68
67
  lastName: string;
68
+ id: string;
69
69
  email?: string | undefined;
70
+ dob?: string | undefined;
70
71
  identifier?: string | undefined;
71
72
  active?: boolean | undefined;
72
73
  gender?: string | undefined;
73
- dob?: string | undefined;
74
- middleName?: string | undefined;
75
- genderIdentity?: "MALE" | "FEMALE" | "TRANS_MAN" | "TRANS_WOMAN" | "NON_CONFORMING" | "DECLINE" | undefined;
76
74
  externalIdentifiers?: {
77
75
  type: string;
78
76
  id: string;
79
77
  combined: string;
80
78
  }[] | undefined;
81
79
  age?: string | undefined;
80
+ genderIdentity?: "MALE" | "FEMALE" | "TRANS_MAN" | "TRANS_WOMAN" | "NON_CONFORMING" | "DECLINE" | undefined;
81
+ middleName?: string | undefined;
82
82
  mrn?: string | undefined;
83
83
  patientMetaData?: {
84
84
  values: string[];
85
85
  value: string;
86
- displayName: string;
87
86
  contextType: "PREDEFINED" | "CUSTOM";
88
87
  customFieldIdentifier: string;
89
88
  customFieldName: string;
89
+ displayName: string;
90
90
  displayNames: string[];
91
91
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
92
92
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -96,30 +96,30 @@ export declare const PatientSchema: z.ZodObject<{
96
96
  phoneHome?: string | undefined;
97
97
  phoneMobile?: string | undefined;
98
98
  }, {
99
- id: string;
100
99
  firstName: string;
101
100
  lastName: string;
101
+ id: string;
102
102
  email?: string | undefined;
103
+ dob?: Date | undefined;
103
104
  identifier?: string | undefined;
104
105
  active?: boolean | undefined;
105
106
  gender?: string | undefined;
106
- dob?: Date | undefined;
107
- middleName?: string | undefined;
108
- genderIdentity?: "MALE" | "FEMALE" | "TRANS_MAN" | "TRANS_WOMAN" | "NON_CONFORMING" | "DECLINE" | undefined;
109
107
  externalIdentifiers?: {
110
108
  type: string;
111
109
  id: string;
112
110
  combined: string;
113
111
  }[] | undefined;
114
112
  age?: string | undefined;
113
+ genderIdentity?: "MALE" | "FEMALE" | "TRANS_MAN" | "TRANS_WOMAN" | "NON_CONFORMING" | "DECLINE" | undefined;
114
+ middleName?: string | undefined;
115
115
  mrn?: string | undefined;
116
116
  patientMetaData?: {
117
117
  values: string[];
118
118
  value: string;
119
- displayName: string;
120
119
  contextType: "PREDEFINED" | "CUSTOM";
121
120
  customFieldIdentifier: string;
122
121
  customFieldName: string;
122
+ displayName: string;
123
123
  displayNames: string[];
124
124
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
125
125
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -170,10 +170,10 @@ export declare const GetPatientInputSchema: z.ZodObject<Pick<{
170
170
  }, "strip", z.ZodTypeAny, {
171
171
  values: string[];
172
172
  value: string;
173
- displayName: string;
174
173
  contextType: "PREDEFINED" | "CUSTOM";
175
174
  customFieldIdentifier: string;
176
175
  customFieldName: string;
176
+ displayName: string;
177
177
  displayNames: string[];
178
178
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
179
179
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -181,10 +181,10 @@ export declare const GetPatientInputSchema: z.ZodObject<Pick<{
181
181
  }, {
182
182
  values: string[];
183
183
  value: string;
184
- displayName: string;
185
184
  contextType: "PREDEFINED" | "CUSTOM";
186
185
  customFieldIdentifier: string;
187
186
  customFieldName: string;
187
+ displayName: string;
188
188
  displayNames: string[];
189
189
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
190
190
  fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
@@ -181,27 +181,25 @@ export declare const TaskSchema: z.ZodObject<{
181
181
  status: "COMPLETE" | "INCOMPLETE";
182
182
  id: string;
183
183
  description: string;
184
+ createdDateTime: string;
184
185
  creator: {
185
186
  id?: string | undefined;
186
187
  identifier?: string | undefined;
187
188
  location?: string | undefined;
188
189
  };
189
- createdDateTime: string;
190
190
  taskList: {
191
191
  id: string;
192
192
  identifier?: string | undefined;
193
193
  location?: string | undefined;
194
194
  };
195
195
  type?: "IN_APP" | "EMAIL" | "TEMPLATE" | "BUNDLE" | undefined;
196
+ priority?: "HIGH" | "MEDIUM" | "LOW" | "NONE" | undefined;
196
197
  identifier?: string | undefined;
197
198
  patient?: {
198
199
  id: string;
199
200
  identifier?: string | undefined;
200
201
  location?: string | undefined;
201
202
  } | undefined;
202
- priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
203
- reminderTime?: string | undefined;
204
- dueDate?: string | undefined;
205
203
  details?: string | undefined;
206
204
  assignedBy?: {
207
205
  id?: string | undefined;
@@ -225,6 +223,7 @@ export declare const TaskSchema: z.ZodObject<{
225
223
  location?: string | undefined;
226
224
  } | undefined;
227
225
  completedDt?: string | undefined;
226
+ dueDate?: string | undefined;
228
227
  duplicated?: boolean | undefined;
229
228
  edited?: boolean | undefined;
230
229
  hasMentions?: boolean | undefined;
@@ -236,6 +235,7 @@ export declare const TaskSchema: z.ZodObject<{
236
235
  } | undefined;
237
236
  read?: boolean | undefined;
238
237
  reminderDt?: string | undefined;
238
+ reminderTime?: string | undefined;
239
239
  reminderType?: "NONE" | "DAY_OF" | "DAY_BEFORE_1" | "DAY_BEFORE_2" | "WEEK_BEFORE_1" | undefined;
240
240
  sourceMessage?: string | undefined;
241
241
  subTaskSortIndex?: number | undefined;
@@ -269,27 +269,25 @@ export declare const TaskSchema: z.ZodObject<{
269
269
  status: "COMPLETE" | "INCOMPLETE";
270
270
  id: string;
271
271
  description: string;
272
+ createdDateTime: Date;
272
273
  creator: {
273
274
  id?: string | undefined;
274
275
  identifier?: string | undefined;
275
276
  location?: string | undefined;
276
277
  };
277
- createdDateTime: Date;
278
278
  taskList: {
279
279
  id: string;
280
280
  identifier?: string | undefined;
281
281
  location?: string | undefined;
282
282
  };
283
283
  type?: "IN_APP" | "EMAIL" | "TEMPLATE" | "BUNDLE" | undefined;
284
+ priority?: "HIGH" | "MEDIUM" | "LOW" | "NONE" | undefined;
284
285
  identifier?: string | undefined;
285
286
  patient?: {
286
287
  id: string;
287
288
  identifier?: string | undefined;
288
289
  location?: string | undefined;
289
290
  } | undefined;
290
- priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
291
- reminderTime?: string | undefined;
292
- dueDate?: "" | Date | undefined;
293
291
  details?: string | undefined;
294
292
  assignedBy?: {
295
293
  id?: string | undefined;
@@ -313,6 +311,7 @@ export declare const TaskSchema: z.ZodObject<{
313
311
  location?: string | undefined;
314
312
  } | undefined;
315
313
  completedDt?: "" | Date | undefined;
314
+ dueDate?: "" | Date | undefined;
316
315
  duplicated?: boolean | undefined;
317
316
  edited?: boolean | undefined;
318
317
  hasMentions?: boolean | undefined;
@@ -324,6 +323,7 @@ export declare const TaskSchema: z.ZodObject<{
324
323
  } | undefined;
325
324
  read?: boolean | undefined;
326
325
  reminderDt?: "" | Date | undefined;
326
+ reminderTime?: string | undefined;
327
327
  reminderType?: "NONE" | "DAY_OF" | "DAY_BEFORE_1" | "DAY_BEFORE_2" | "WEEK_BEFORE_1" | undefined;
328
328
  sourceMessage?: string | undefined;
329
329
  subTaskSortIndex?: number | undefined;
@@ -13,16 +13,16 @@ export declare const DockSettingsSchema: z.ZodObject<{
13
13
  userId: z.ZodString;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  apiKey: string;
16
- clientId: string;
17
16
  environment: "DEVELOPMENT" | "PRODUCTION";
18
- userId: string;
17
+ clientId: string;
19
18
  clientSecret: string;
20
19
  organizationId: string;
20
+ userId: string;
21
21
  }, {
22
22
  apiKey: string;
23
- clientId: string;
24
23
  environment: string;
25
- userId: string;
24
+ clientId: string;
26
25
  clientSecret: string;
27
26
  organizationId: string;
27
+ userId: string;
28
28
  }>;
@@ -74,11 +74,11 @@ export declare const FieldsValidationSchema: z.ZodObject<{
74
74
  message: z.ZodOptional<z.ZodString>;
75
75
  customFields: z.ZodEffects<z.ZodOptional<z.ZodString>, CustomFieldSchema[], string | undefined>;
76
76
  }, "strip", z.ZodTypeAny, {
77
+ customFields: CustomFieldSchema[];
77
78
  signerRole: string;
78
79
  signerName: string;
79
80
  signerEmailAddress: string;
80
81
  templateId: string;
81
- customFields: CustomFieldSchema[];
82
82
  message?: string | undefined;
83
83
  title?: string | undefined;
84
84
  subject?: string | undefined;
@@ -20,10 +20,10 @@ export declare const FieldsValidationSchema: z.ZodObject<{
20
20
  signatureRequestId: z.ZodString;
21
21
  signerEmailAddress: z.ZodString;
22
22
  }, "strip", z.ZodTypeAny, {
23
- signatureRequestId: string;
24
23
  signerEmailAddress: string;
25
- }, {
26
24
  signatureRequestId: string;
25
+ }, {
27
26
  signerEmailAddress: string;
27
+ signatureRequestId: string;
28
28
  }>;
29
29
  export declare const validateActionFields: (fields: unknown) => z.infer<typeof FieldsValidationSchema>;
@@ -50,7 +50,7 @@ export declare const actions: {
50
50
  description: string;
51
51
  required: true;
52
52
  };
53
- }, "status" | "email" | "sex" | "firstName" | "lastName" | "mobilePhone" | "preferredLanguage" | "notes" | "pronouns" | "dob" | "ssn" | "race" | "ethnicity" | "primaryPhysicianId" | "caregiverPracticeId" | "middleName" | "actualName" | "genderIdentity" | "legalGenderMarker" | "sexualOrientation" | "previousFirstName" | "previousLastName">;
53
+ }, "status" | "firstName" | "lastName" | "email" | "dob" | "sex" | "mobilePhone" | "preferredLanguage" | "genderIdentity" | "middleName" | "notes" | "pronouns" | "ssn" | "race" | "ethnicity" | "primaryPhysicianId" | "caregiverPracticeId" | "actualName" | "legalGenderMarker" | "sexualOrientation" | "previousFirstName" | "previousLastName">;
54
54
  createPatient: import("@awell-health/extensions-core").Action<{
55
55
  firstName: {
56
56
  id: string;
@@ -564,7 +564,7 @@ export declare const actions: {
564
564
  description: string;
565
565
  required: true;
566
566
  };
567
- }, "status" | "reason" | "patientId" | "description" | "duration" | "physicianId" | "practiceId" | "appointment" | "scheduledDate" | "serviceLocationId" | "telehealthDetails">;
567
+ }, "practiceId" | "status" | "patientId" | "duration" | "reason" | "description" | "physicianId" | "appointment" | "scheduledDate" | "serviceLocationId" | "telehealthDetails">;
568
568
  findAppointments: import("@awell-health/extensions-core").Action<{
569
569
  patientId: {
570
570
  id: string;
@@ -1021,7 +1021,7 @@ export declare const actions: {
1021
1021
  description: string;
1022
1022
  required: true;
1023
1023
  };
1024
- }, "patientId" | "text" | "authorId" | "tags" | "practiceId" | "documentDate" | "chartDate">;
1024
+ }, "practiceId" | "patientId" | "text" | "authorId" | "tags" | "documentDate" | "chartDate">;
1025
1025
  deleteNonVisitNote: import("@awell-health/extensions-core").Action<{
1026
1026
  nonVisitNoteId: {
1027
1027
  id: string;