@awell-health/awell-extensions 1.1.43-beta46 → 1.1.43-beta50

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 (118) hide show
  1. package/dist/extensions/athenahealth/actions/index.d.ts +1 -1
  2. package/dist/extensions/athenahealth/settings.d.ts +2 -2
  3. package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +2 -2
  4. package/dist/extensions/calDotCom/actions/createBooking/config/fields.d.ts +12 -12
  5. package/dist/extensions/calDotCom/actions/updateBooking/config/fields.d.ts +6 -6
  6. package/dist/extensions/calDotCom/schema.d.ts +70 -70
  7. package/dist/extensions/calendly/schema.d.ts +262 -262
  8. package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
  9. package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
  10. package/dist/extensions/canvasMedical/v1/actions/createCoverage/config/fields.d.ts +2 -2
  11. package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/config/fields.d.ts +2 -2
  12. package/dist/extensions/canvasMedical/v1/actions/updateCoverage/config/fields.d.ts +4 -4
  13. package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +4 -4
  14. package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +48 -48
  15. package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +6 -6
  16. package/dist/extensions/canvasMedical/v1/validation/coding.zod.d.ts +2 -2
  17. package/dist/extensions/canvasMedical/v1/validation/coverage.zod.d.ts +6 -6
  18. package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +8 -8
  19. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +148 -148
  20. package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +30 -30
  21. package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
  22. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +12 -12
  23. package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.d.ts +2 -2
  24. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +2 -2
  25. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +2 -2
  26. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +2 -2
  27. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +2 -2
  28. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +2 -2
  29. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +2 -2
  30. package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +10 -10
  31. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +77 -77
  32. package/dist/extensions/dockHealth/lib/dock.types.d.ts +2 -2
  33. package/dist/extensions/elation/actions/index.d.ts +2 -2
  34. package/dist/extensions/elation/validation/appointment.zod.d.ts +18 -18
  35. package/dist/extensions/elation/validation/labOrder.zod.d.ts +2 -2
  36. package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +6 -6
  37. package/dist/extensions/elation/validation/patient.zod.d.ts +116 -116
  38. package/dist/extensions/elation/validation/physician.zod.d.ts +2 -2
  39. package/dist/extensions/elation/validation/settings.zod.d.ts +6 -6
  40. package/dist/extensions/formsort/settings.d.ts +3 -3
  41. package/dist/extensions/healthie/lib/helpers.d.ts +8 -0
  42. package/dist/extensions/healthie/lib/helpers.js +6 -1
  43. package/dist/extensions/healthie/lib/helpers.js.map +1 -1
  44. package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +1 -1
  45. package/dist/extensions/healthie/lib/validation/sendFormCompletionRequest.zod.d.ts +4 -4
  46. package/dist/extensions/healthie/webhooks/appliedTagCreated.js +3 -1
  47. package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
  48. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +3 -1
  49. package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
  50. package/dist/extensions/healthie/webhooks/appointmentCreated.js +3 -1
  51. package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
  52. package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +1 -0
  53. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +61 -0
  54. package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +1 -0
  55. package/dist/extensions/healthie/webhooks/appointmentDeleted.js +3 -1
  56. package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
  57. package/dist/extensions/healthie/webhooks/appointmentUpdated.js +3 -1
  58. package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
  59. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +3 -1
  60. package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
  61. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +3 -1
  62. package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
  63. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +3 -1
  64. package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
  65. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +3 -1
  66. package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
  67. package/dist/extensions/healthie/webhooks/goalCreated.js +2 -6
  68. package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
  69. package/dist/extensions/healthie/webhooks/goalUpdated.js +3 -1
  70. package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
  71. package/dist/extensions/healthie/webhooks/labOrderCreated.js +3 -1
  72. package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
  73. package/dist/extensions/healthie/webhooks/labOrderUpdated.js +3 -1
  74. package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
  75. package/dist/extensions/healthie/webhooks/messageCreated.js +3 -1
  76. package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
  77. package/dist/extensions/healthie/webhooks/messageDeleted.js +3 -1
  78. package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
  79. package/dist/extensions/healthie/webhooks/metricEntryCreated.js +3 -1
  80. package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
  81. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +3 -1
  82. package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
  83. package/dist/extensions/healthie/webhooks/patientCreated.js +3 -2
  84. package/dist/extensions/healthie/webhooks/patientCreated.js.map +1 -1
  85. package/dist/extensions/healthie/webhooks/patientUpdated.js +3 -2
  86. package/dist/extensions/healthie/webhooks/patientUpdated.js.map +1 -1
  87. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +3 -1
  88. package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
  89. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +3 -1
  90. package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
  91. package/dist/extensions/healthie/webhooks/taskCreated.js +3 -1
  92. package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
  93. package/dist/extensions/healthie/webhooks/taskUpdated.js +3 -1
  94. package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
  95. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  96. package/dist/extensions/mailgun/settings.d.ts +1 -1
  97. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  98. package/dist/extensions/math/v1/actions/calculateDateDifference/config/fields.d.ts +2 -2
  99. package/dist/extensions/math/v1/actions/generateRandomNumber/config/fields.d.ts +2 -2
  100. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
  101. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +4 -4
  102. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +6 -6
  103. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.d.ts +2 -2
  104. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
  105. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +4 -4
  106. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +6 -6
  107. package/dist/extensions/metriport/actions/index.d.ts +1 -1
  108. package/dist/extensions/metriport/actions/patient/validation.d.ts +4 -4
  109. package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +2 -2
  110. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +2 -2
  111. package/dist/extensions/talkDesk/settings.d.ts +1 -1
  112. package/dist/extensions/textline/client/schema.d.ts +10 -10
  113. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js +13 -3
  114. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js.map +1 -1
  115. package/dist/extensions/westFax/settings.d.ts +2 -2
  116. package/dist/extensions/zendesk/v1/actions/createTask/config/fields.d.ts +2 -2
  117. package/dist/extensions/zusHealth/validation/settings.zod.d.ts +6 -6
  118. package/package.json +2 -1
@@ -5,39 +5,39 @@ export declare const TaskSchema: z.ZodObject<{
5
5
  identifier: z.ZodOptional<z.ZodString>;
6
6
  location: z.ZodOptional<z.ZodString>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- location?: string | undefined;
9
8
  id?: string | undefined;
10
9
  identifier?: string | undefined;
11
- }, {
12
10
  location?: string | undefined;
11
+ }, {
13
12
  id?: string | undefined;
14
13
  identifier?: string | undefined;
14
+ location?: string | undefined;
15
15
  }>>;
16
16
  assignedTo: z.ZodOptional<z.ZodObject<{
17
17
  id: z.ZodOptional<z.ZodString>;
18
18
  identifier: z.ZodOptional<z.ZodString>;
19
19
  location: z.ZodOptional<z.ZodString>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- location?: string | undefined;
22
21
  id?: string | undefined;
23
22
  identifier?: string | undefined;
24
- }, {
25
23
  location?: string | undefined;
24
+ }, {
26
25
  id?: string | undefined;
27
26
  identifier?: string | undefined;
27
+ location?: string | undefined;
28
28
  }>>;
29
29
  assignees: z.ZodOptional<z.ZodArray<z.ZodObject<{
30
30
  id: z.ZodOptional<z.ZodString>;
31
31
  identifier: z.ZodOptional<z.ZodString>;
32
32
  location: z.ZodOptional<z.ZodString>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- location?: string | undefined;
35
34
  id?: string | undefined;
36
35
  identifier?: string | undefined;
37
- }, {
38
36
  location?: string | undefined;
37
+ }, {
39
38
  id?: string | undefined;
40
39
  identifier?: string | undefined;
40
+ location?: string | undefined;
41
41
  }>, "many">>;
42
42
  comments: z.ZodAny;
43
43
  completedBy: z.ZodOptional<z.ZodObject<{
@@ -45,13 +45,13 @@ export declare const TaskSchema: z.ZodObject<{
45
45
  identifier: z.ZodOptional<z.ZodString>;
46
46
  location: z.ZodOptional<z.ZodString>;
47
47
  }, "strip", z.ZodTypeAny, {
48
- location?: string | undefined;
49
48
  id?: string | undefined;
50
49
  identifier?: string | undefined;
51
- }, {
52
50
  location?: string | undefined;
51
+ }, {
53
52
  id?: string | undefined;
54
53
  identifier?: string | undefined;
54
+ location?: string | undefined;
55
55
  }>>;
56
56
  completedDt: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
57
57
  createdDateTime: z.ZodEffects<z.ZodDate, string, Date>;
@@ -60,13 +60,13 @@ export declare const TaskSchema: z.ZodObject<{
60
60
  identifier: z.ZodOptional<z.ZodString>;
61
61
  location: z.ZodOptional<z.ZodString>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- location?: string | undefined;
64
63
  id?: string | undefined;
65
64
  identifier?: string | undefined;
66
- }, {
67
65
  location?: string | undefined;
66
+ }, {
68
67
  id?: string | undefined;
69
68
  identifier?: string | undefined;
69
+ location?: string | undefined;
70
70
  }>;
71
71
  description: z.ZodString;
72
72
  details: z.ZodOptional<z.ZodString>;
@@ -83,12 +83,12 @@ export declare const TaskSchema: z.ZodObject<{
83
83
  location: z.ZodOptional<z.ZodString>;
84
84
  }, "strip", z.ZodTypeAny, {
85
85
  id: string;
86
- location?: string | undefined;
87
86
  identifier?: string | undefined;
87
+ location?: string | undefined;
88
88
  }, {
89
89
  id: string;
90
- location?: string | undefined;
91
90
  identifier?: string | undefined;
91
+ location?: string | undefined;
92
92
  }>>;
93
93
  patient: z.ZodOptional<z.ZodObject<{
94
94
  id: z.ZodString;
@@ -96,12 +96,12 @@ export declare const TaskSchema: z.ZodObject<{
96
96
  location: z.ZodOptional<z.ZodString>;
97
97
  }, "strip", z.ZodTypeAny, {
98
98
  id: string;
99
- location?: string | undefined;
100
99
  identifier?: string | undefined;
100
+ location?: string | undefined;
101
101
  }, {
102
102
  id: string;
103
- location?: string | undefined;
104
103
  identifier?: string | undefined;
104
+ location?: string | undefined;
105
105
  }>>;
106
106
  priority: z.ZodOptional<z.ZodEnum<["HIGH", "MEDIUM", "LOW", "NONE"]>>;
107
107
  read: z.ZodOptional<z.ZodBoolean>;
@@ -120,12 +120,12 @@ export declare const TaskSchema: z.ZodObject<{
120
120
  location: z.ZodOptional<z.ZodString>;
121
121
  }, "strip", z.ZodTypeAny, {
122
122
  id: string;
123
- location?: string | undefined;
124
123
  identifier?: string | undefined;
124
+ location?: string | undefined;
125
125
  }, {
126
126
  id: string;
127
- location?: string | undefined;
128
127
  identifier?: string | undefined;
128
+ location?: string | undefined;
129
129
  }>>;
130
130
  taskList: z.ZodObject<{
131
131
  id: z.ZodString;
@@ -133,12 +133,12 @@ export declare const TaskSchema: z.ZodObject<{
133
133
  location: z.ZodOptional<z.ZodString>;
134
134
  }, "strip", z.ZodTypeAny, {
135
135
  id: string;
136
- location?: string | undefined;
137
136
  identifier?: string | undefined;
137
+ location?: string | undefined;
138
138
  }, {
139
139
  id: string;
140
- location?: string | undefined;
141
140
  identifier?: string | undefined;
141
+ location?: string | undefined;
142
142
  }>;
143
143
  taskMentions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
144
144
  taskMetaData: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -170,60 +170,59 @@ export declare const TaskSchema: z.ZodObject<{
170
170
  location: z.ZodOptional<z.ZodString>;
171
171
  }, "strip", z.ZodTypeAny, {
172
172
  id: string;
173
- location?: string | undefined;
174
173
  identifier?: string | undefined;
174
+ location?: string | undefined;
175
175
  }, {
176
176
  id: string;
177
- location?: string | undefined;
178
177
  identifier?: string | undefined;
178
+ location?: string | undefined;
179
179
  }>>;
180
180
  }, "strip", z.ZodTypeAny, {
181
+ status: "COMPLETE" | "INCOMPLETE";
181
182
  id: string;
182
183
  description: string;
183
- status: "COMPLETE" | "INCOMPLETE";
184
184
  creator: {
185
- location?: string | undefined;
186
185
  id?: string | undefined;
187
186
  identifier?: string | undefined;
187
+ location?: string | undefined;
188
188
  };
189
189
  createdDateTime: string;
190
190
  taskList: {
191
191
  id: string;
192
- location?: string | undefined;
193
192
  identifier?: string | undefined;
193
+ location?: string | undefined;
194
194
  };
195
195
  type?: "IN_APP" | "EMAIL" | "TEMPLATE" | "BUNDLE" | undefined;
196
- priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
197
- details?: string | undefined;
198
- read?: boolean | undefined;
199
196
  identifier?: string | undefined;
200
197
  patient?: {
201
198
  id: string;
202
- location?: string | undefined;
203
199
  identifier?: string | undefined;
200
+ location?: string | undefined;
204
201
  } | undefined;
202
+ priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
205
203
  reminderTime?: string | undefined;
206
204
  dueDate?: string | undefined;
207
- comments?: any;
205
+ details?: string | undefined;
208
206
  assignedBy?: {
209
- location?: string | undefined;
210
207
  id?: string | undefined;
211
208
  identifier?: string | undefined;
209
+ location?: string | undefined;
212
210
  } | undefined;
213
211
  assignedTo?: {
214
- location?: string | undefined;
215
212
  id?: string | undefined;
216
213
  identifier?: string | undefined;
214
+ location?: string | undefined;
217
215
  } | undefined;
218
216
  assignees?: {
219
- location?: string | undefined;
220
217
  id?: string | undefined;
221
218
  identifier?: string | undefined;
219
+ location?: string | undefined;
222
220
  }[] | undefined;
221
+ comments?: any;
223
222
  completedBy?: {
224
- location?: string | undefined;
225
223
  id?: string | undefined;
226
224
  identifier?: string | undefined;
225
+ location?: string | undefined;
227
226
  } | undefined;
228
227
  completedDt?: string | undefined;
229
228
  duplicated?: boolean | undefined;
@@ -232,9 +231,10 @@ export declare const TaskSchema: z.ZodObject<{
232
231
  includeTaskGroup?: boolean | undefined;
233
232
  parentTask?: {
234
233
  id: string;
235
- location?: string | undefined;
236
234
  identifier?: string | undefined;
235
+ location?: string | undefined;
237
236
  } | undefined;
237
+ read?: boolean | undefined;
238
238
  reminderDt?: string | undefined;
239
239
  reminderType?: "NONE" | "DAY_OF" | "DAY_BEFORE_1" | "DAY_BEFORE_2" | "WEEK_BEFORE_1" | undefined;
240
240
  sourceMessage?: string | undefined;
@@ -244,8 +244,8 @@ export declare const TaskSchema: z.ZodObject<{
244
244
  subtasks?: string[] | undefined;
245
245
  taskGroup?: {
246
246
  id: string;
247
- location?: string | undefined;
248
247
  identifier?: string | undefined;
248
+ location?: string | undefined;
249
249
  } | undefined;
250
250
  taskMentions?: any[] | undefined;
251
251
  taskMetaData?: {
@@ -262,56 +262,55 @@ export declare const TaskSchema: z.ZodObject<{
262
262
  updatedDateTime?: string | undefined;
263
263
  workflowStatus?: {
264
264
  id: string;
265
- location?: string | undefined;
266
265
  identifier?: string | undefined;
266
+ location?: string | undefined;
267
267
  } | undefined;
268
268
  }, {
269
+ status: "COMPLETE" | "INCOMPLETE";
269
270
  id: string;
270
271
  description: string;
271
- status: "COMPLETE" | "INCOMPLETE";
272
272
  creator: {
273
- location?: string | undefined;
274
273
  id?: string | undefined;
275
274
  identifier?: string | undefined;
275
+ location?: string | undefined;
276
276
  };
277
277
  createdDateTime: Date;
278
278
  taskList: {
279
279
  id: string;
280
- location?: string | undefined;
281
280
  identifier?: string | undefined;
281
+ location?: string | undefined;
282
282
  };
283
283
  type?: "IN_APP" | "EMAIL" | "TEMPLATE" | "BUNDLE" | undefined;
284
- priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
285
- details?: string | undefined;
286
- read?: boolean | undefined;
287
284
  identifier?: string | undefined;
288
285
  patient?: {
289
286
  id: string;
290
- location?: string | undefined;
291
287
  identifier?: string | undefined;
288
+ location?: string | undefined;
292
289
  } | undefined;
290
+ priority?: "LOW" | "MEDIUM" | "HIGH" | "NONE" | undefined;
293
291
  reminderTime?: string | undefined;
294
292
  dueDate?: "" | Date | undefined;
295
- comments?: any;
293
+ details?: string | undefined;
296
294
  assignedBy?: {
297
- location?: string | undefined;
298
295
  id?: string | undefined;
299
296
  identifier?: string | undefined;
297
+ location?: string | undefined;
300
298
  } | undefined;
301
299
  assignedTo?: {
302
- location?: string | undefined;
303
300
  id?: string | undefined;
304
301
  identifier?: string | undefined;
302
+ location?: string | undefined;
305
303
  } | undefined;
306
304
  assignees?: {
307
- location?: string | undefined;
308
305
  id?: string | undefined;
309
306
  identifier?: string | undefined;
307
+ location?: string | undefined;
310
308
  }[] | undefined;
309
+ comments?: any;
311
310
  completedBy?: {
312
- location?: string | undefined;
313
311
  id?: string | undefined;
314
312
  identifier?: string | undefined;
313
+ location?: string | undefined;
315
314
  } | undefined;
316
315
  completedDt?: "" | Date | undefined;
317
316
  duplicated?: boolean | undefined;
@@ -320,9 +319,10 @@ export declare const TaskSchema: z.ZodObject<{
320
319
  includeTaskGroup?: boolean | undefined;
321
320
  parentTask?: {
322
321
  id: string;
323
- location?: string | undefined;
324
322
  identifier?: string | undefined;
323
+ location?: string | undefined;
325
324
  } | undefined;
325
+ read?: boolean | undefined;
326
326
  reminderDt?: "" | Date | undefined;
327
327
  reminderType?: "NONE" | "DAY_OF" | "DAY_BEFORE_1" | "DAY_BEFORE_2" | "WEEK_BEFORE_1" | undefined;
328
328
  sourceMessage?: string | undefined;
@@ -332,8 +332,8 @@ export declare const TaskSchema: z.ZodObject<{
332
332
  subtasks?: string[] | undefined;
333
333
  taskGroup?: {
334
334
  id: string;
335
- location?: string | undefined;
336
335
  identifier?: string | undefined;
336
+ location?: string | undefined;
337
337
  } | undefined;
338
338
  taskMentions?: any[] | undefined;
339
339
  taskMetaData?: {
@@ -350,8 +350,8 @@ export declare const TaskSchema: z.ZodObject<{
350
350
  updatedDateTime?: "" | Date | undefined;
351
351
  workflowStatus?: {
352
352
  id: string;
353
- location?: string | undefined;
354
353
  identifier?: string | undefined;
354
+ location?: string | undefined;
355
355
  } | undefined;
356
356
  }>;
357
357
  export type TaskResponse = z.infer<typeof TaskSchema>;
@@ -361,39 +361,39 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
361
361
  identifier: z.ZodOptional<z.ZodString>;
362
362
  location: z.ZodOptional<z.ZodString>;
363
363
  }, "strip", z.ZodTypeAny, {
364
- location?: string | undefined;
365
364
  id?: string | undefined;
366
365
  identifier?: string | undefined;
367
- }, {
368
366
  location?: string | undefined;
367
+ }, {
369
368
  id?: string | undefined;
370
369
  identifier?: string | undefined;
370
+ location?: string | undefined;
371
371
  }>>;
372
372
  assignedTo: z.ZodOptional<z.ZodObject<{
373
373
  id: z.ZodOptional<z.ZodString>;
374
374
  identifier: z.ZodOptional<z.ZodString>;
375
375
  location: z.ZodOptional<z.ZodString>;
376
376
  }, "strip", z.ZodTypeAny, {
377
- location?: string | undefined;
378
377
  id?: string | undefined;
379
378
  identifier?: string | undefined;
380
- }, {
381
379
  location?: string | undefined;
380
+ }, {
382
381
  id?: string | undefined;
383
382
  identifier?: string | undefined;
383
+ location?: string | undefined;
384
384
  }>>;
385
385
  assignees: z.ZodOptional<z.ZodArray<z.ZodObject<{
386
386
  id: z.ZodOptional<z.ZodString>;
387
387
  identifier: z.ZodOptional<z.ZodString>;
388
388
  location: z.ZodOptional<z.ZodString>;
389
389
  }, "strip", z.ZodTypeAny, {
390
- location?: string | undefined;
391
390
  id?: string | undefined;
392
391
  identifier?: string | undefined;
393
- }, {
394
392
  location?: string | undefined;
393
+ }, {
395
394
  id?: string | undefined;
396
395
  identifier?: string | undefined;
396
+ location?: string | undefined;
397
397
  }>, "many">>;
398
398
  comments: z.ZodAny;
399
399
  completedBy: z.ZodOptional<z.ZodObject<{
@@ -401,13 +401,13 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
401
401
  identifier: z.ZodOptional<z.ZodString>;
402
402
  location: z.ZodOptional<z.ZodString>;
403
403
  }, "strip", z.ZodTypeAny, {
404
- location?: string | undefined;
405
404
  id?: string | undefined;
406
405
  identifier?: string | undefined;
407
- }, {
408
406
  location?: string | undefined;
407
+ }, {
409
408
  id?: string | undefined;
410
409
  identifier?: string | undefined;
410
+ location?: string | undefined;
411
411
  }>>;
412
412
  completedDt: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
413
413
  createdDateTime: z.ZodEffects<z.ZodDate, string, Date>;
@@ -416,13 +416,13 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
416
416
  identifier: z.ZodOptional<z.ZodString>;
417
417
  location: z.ZodOptional<z.ZodString>;
418
418
  }, "strip", z.ZodTypeAny, {
419
- location?: string | undefined;
420
419
  id?: string | undefined;
421
420
  identifier?: string | undefined;
422
- }, {
423
421
  location?: string | undefined;
422
+ }, {
424
423
  id?: string | undefined;
425
424
  identifier?: string | undefined;
425
+ location?: string | undefined;
426
426
  }>;
427
427
  description: z.ZodString;
428
428
  details: z.ZodOptional<z.ZodString>;
@@ -439,12 +439,12 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
439
439
  location: z.ZodOptional<z.ZodString>;
440
440
  }, "strip", z.ZodTypeAny, {
441
441
  id: string;
442
- location?: string | undefined;
443
442
  identifier?: string | undefined;
443
+ location?: string | undefined;
444
444
  }, {
445
445
  id: string;
446
- location?: string | undefined;
447
446
  identifier?: string | undefined;
447
+ location?: string | undefined;
448
448
  }>>;
449
449
  patient: z.ZodOptional<z.ZodObject<{
450
450
  id: z.ZodString;
@@ -452,12 +452,12 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
452
452
  location: z.ZodOptional<z.ZodString>;
453
453
  }, "strip", z.ZodTypeAny, {
454
454
  id: string;
455
- location?: string | undefined;
456
455
  identifier?: string | undefined;
456
+ location?: string | undefined;
457
457
  }, {
458
458
  id: string;
459
- location?: string | undefined;
460
459
  identifier?: string | undefined;
460
+ location?: string | undefined;
461
461
  }>>;
462
462
  priority: z.ZodOptional<z.ZodEnum<["HIGH", "MEDIUM", "LOW", "NONE"]>>;
463
463
  read: z.ZodOptional<z.ZodBoolean>;
@@ -476,12 +476,12 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
476
476
  location: z.ZodOptional<z.ZodString>;
477
477
  }, "strip", z.ZodTypeAny, {
478
478
  id: string;
479
- location?: string | undefined;
480
479
  identifier?: string | undefined;
480
+ location?: string | undefined;
481
481
  }, {
482
482
  id: string;
483
- location?: string | undefined;
484
483
  identifier?: string | undefined;
484
+ location?: string | undefined;
485
485
  }>>;
486
486
  taskList: z.ZodObject<{
487
487
  id: z.ZodString;
@@ -489,12 +489,12 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
489
489
  location: z.ZodOptional<z.ZodString>;
490
490
  }, "strip", z.ZodTypeAny, {
491
491
  id: string;
492
- location?: string | undefined;
493
492
  identifier?: string | undefined;
493
+ location?: string | undefined;
494
494
  }, {
495
495
  id: string;
496
- location?: string | undefined;
497
496
  identifier?: string | undefined;
497
+ location?: string | undefined;
498
498
  }>;
499
499
  taskMentions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
500
500
  taskMetaData: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -526,29 +526,29 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
526
526
  location: z.ZodOptional<z.ZodString>;
527
527
  }, "strip", z.ZodTypeAny, {
528
528
  id: string;
529
- location?: string | undefined;
530
529
  identifier?: string | undefined;
530
+ location?: string | undefined;
531
531
  }, {
532
532
  id: string;
533
- location?: string | undefined;
534
533
  identifier?: string | undefined;
534
+ location?: string | undefined;
535
535
  }>>;
536
- }, "description" | "patient" | "taskGroup" | "taskList" | "taskMetaData">, "strip", z.ZodTypeAny, {
536
+ }, "patient" | "description" | "taskGroup" | "taskList" | "taskMetaData">, "strip", z.ZodTypeAny, {
537
537
  description: string;
538
538
  taskList: {
539
539
  id: string;
540
- location?: string | undefined;
541
540
  identifier?: string | undefined;
541
+ location?: string | undefined;
542
542
  };
543
543
  patient?: {
544
544
  id: string;
545
- location?: string | undefined;
546
545
  identifier?: string | undefined;
546
+ location?: string | undefined;
547
547
  } | undefined;
548
548
  taskGroup?: {
549
549
  id: string;
550
- location?: string | undefined;
551
550
  identifier?: string | undefined;
551
+ location?: string | undefined;
552
552
  } | undefined;
553
553
  taskMetaData?: {
554
554
  value: string;
@@ -560,18 +560,18 @@ export declare const CreateTaskSchema: z.ZodObject<Pick<{
560
560
  description: string;
561
561
  taskList: {
562
562
  id: string;
563
- location?: string | undefined;
564
563
  identifier?: string | undefined;
564
+ location?: string | undefined;
565
565
  };
566
566
  patient?: {
567
567
  id: string;
568
- location?: string | undefined;
569
568
  identifier?: string | undefined;
569
+ location?: string | undefined;
570
570
  } | undefined;
571
571
  taskGroup?: {
572
572
  id: string;
573
- location?: string | undefined;
574
573
  identifier?: string | undefined;
574
+ location?: string | undefined;
575
575
  } | undefined;
576
576
  taskMetaData?: {
577
577
  value: string;
@@ -12,16 +12,16 @@ export declare const DockSettingsSchema: z.ZodObject<{
12
12
  organizationId: z.ZodString;
13
13
  userId: z.ZodString;
14
14
  }, "strip", z.ZodTypeAny, {
15
- environment: "DEVELOPMENT" | "PRODUCTION";
16
15
  apiKey: string;
17
16
  clientId: string;
17
+ environment: "DEVELOPMENT" | "PRODUCTION";
18
18
  userId: string;
19
19
  clientSecret: string;
20
20
  organizationId: string;
21
21
  }, {
22
- environment: string;
23
22
  apiKey: string;
24
23
  clientId: string;
24
+ environment: string;
25
25
  userId: string;
26
26
  clientSecret: string;
27
27
  organizationId: string;
@@ -564,7 +564,7 @@ export declare const actions: {
564
564
  description: string;
565
565
  required: true;
566
566
  };
567
- }, "reason" | "description" | "status" | "duration" | "patientId" | "physicianId" | "practiceId" | "appointment" | "scheduledDate" | "serviceLocationId" | "telehealthDetails">;
567
+ }, "status" | "reason" | "patientId" | "description" | "duration" | "physicianId" | "practiceId" | "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
- }, "text" | "patientId" | "authorId" | "tags" | "practiceId" | "documentDate" | "chartDate">;
1024
+ }, "patientId" | "text" | "authorId" | "tags" | "practiceId" | "documentDate" | "chartDate">;
1025
1025
  deleteNonVisitNote: import("@awell-health/extensions-core").Action<{
1026
1026
  nonVisitNoteId: {
1027
1027
  id: string;
@@ -47,13 +47,11 @@ export declare const appointmentSchema: z.ZodObject<{
47
47
  practice: z.ZodNumber;
48
48
  metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>>;
49
49
  }, "strict", z.ZodTypeAny, {
50
- reason: string;
51
50
  patient: number;
51
+ reason: string;
52
52
  scheduled_date: string;
53
53
  physician: number;
54
54
  practice: number;
55
- metadata?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
56
- description?: string | undefined;
57
55
  status?: {
58
56
  status: "Scheduled" | "Confirmed" | "Checked Out" | "Cancelled" | "With Doctor" | "In Room" | "Checked In" | "In Room - Vitals Taken" | "Not Seen" | "Billed";
59
57
  room?: string | undefined;
@@ -63,17 +61,17 @@ export declare const appointmentSchema: z.ZodObject<{
63
61
  status_detail: string;
64
62
  room?: string | undefined;
65
63
  } | undefined;
64
+ description?: string | undefined;
65
+ metadata?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
66
66
  duration?: number | undefined;
67
67
  service_location?: number | undefined;
68
68
  telehealth_details?: string | undefined;
69
69
  }, {
70
- reason: string;
71
70
  patient: number;
71
+ reason: string;
72
72
  scheduled_date: Date;
73
73
  physician: number;
74
74
  practice: number;
75
- metadata?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
76
- description?: string | undefined;
77
75
  status?: {
78
76
  status: "Scheduled" | "Confirmed" | "Checked Out" | "Cancelled" | "With Doctor" | "In Room" | "Checked In" | "In Room - Vitals Taken" | "Not Seen" | "Billed";
79
77
  room?: string | undefined;
@@ -83,6 +81,8 @@ export declare const appointmentSchema: z.ZodObject<{
83
81
  status_detail: string;
84
82
  room?: string | undefined;
85
83
  } | undefined;
84
+ description?: string | undefined;
85
+ metadata?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
86
86
  duration?: number | undefined;
87
87
  service_location?: number | undefined;
88
88
  telehealth_details?: string | undefined;
@@ -168,28 +168,28 @@ export declare const FindAppointmentSchema: z.ZodObject<{
168
168
  username: z.ZodString;
169
169
  password: z.ZodString;
170
170
  }, "strip", z.ZodTypeAny, {
171
- password: string;
171
+ base_url: string;
172
+ client_secret: string;
172
173
  auth_url: string;
173
174
  client_id: string;
174
- client_secret: string;
175
175
  username: string;
176
- base_url: string;
177
- }, {
178
176
  password: string;
177
+ }, {
178
+ base_url: string;
179
+ client_secret: string;
179
180
  auth_url: string;
180
181
  client_id: string;
181
- client_secret: string;
182
182
  username: string;
183
- base_url: string;
183
+ password: string;
184
184
  }>;
185
185
  }, "strip", z.ZodTypeAny, {
186
186
  settings: {
187
- password: string;
187
+ base_url: string;
188
+ client_secret: string;
188
189
  auth_url: string;
189
190
  client_id: string;
190
- client_secret: string;
191
191
  username: string;
192
- base_url: string;
192
+ password: string;
193
193
  };
194
194
  fields: {
195
195
  event_type?: string | undefined;
@@ -201,12 +201,12 @@ export declare const FindAppointmentSchema: z.ZodObject<{
201
201
  };
202
202
  }, {
203
203
  settings: {
204
- password: string;
204
+ base_url: string;
205
+ client_secret: string;
205
206
  auth_url: string;
206
207
  client_id: string;
207
- client_secret: string;
208
208
  username: string;
209
- base_url: string;
209
+ password: string;
210
210
  };
211
211
  fields: {
212
212
  patientId: number;
@@ -14,16 +14,16 @@ export declare const labOrderSchema: z.ZodObject<{
14
14
  document_date: string;
15
15
  ordering_physician: number;
16
16
  confidential: boolean;
17
- content?: any;
18
17
  vendor?: number | undefined;
18
+ content?: any;
19
19
  site?: number | undefined;
20
20
  }, {
21
21
  patient: number;
22
22
  practice: number;
23
23
  document_date: Date;
24
24
  ordering_physician: number;
25
- content?: string | null | undefined;
26
25
  vendor?: number | undefined;
26
+ content?: string | null | undefined;
27
27
  site?: number | undefined;
28
28
  confidential?: boolean | undefined;
29
29
  }>;