@awell-health/awell-extensions 2.0.68 → 2.0.69

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.d.ts +6 -0
  2. package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js +10 -0
  3. package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js.map +1 -0
  4. package/dist/extensions/bland/actions/getCallDetails/config/fields.d.ts +18 -0
  5. package/dist/extensions/bland/actions/getCallDetails/config/fields.js +21 -0
  6. package/dist/extensions/bland/actions/getCallDetails/config/fields.js.map +1 -0
  7. package/dist/extensions/bland/actions/getCallDetails/config/index.d.ts +2 -0
  8. package/dist/extensions/bland/actions/getCallDetails/config/index.js +9 -0
  9. package/dist/extensions/bland/actions/getCallDetails/config/index.js.map +1 -0
  10. package/dist/extensions/bland/actions/getCallDetails/getCallDetails.d.ts +4 -0
  11. package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js +33 -0
  12. package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js.map +1 -0
  13. package/dist/extensions/bland/actions/getCallDetails/index.d.ts +1 -0
  14. package/dist/extensions/bland/actions/getCallDetails/index.js +18 -0
  15. package/dist/extensions/bland/actions/getCallDetails/index.js.map +1 -0
  16. package/dist/extensions/bland/actions/index.d.ts +47 -2
  17. package/dist/extensions/bland/actions/index.js +2 -0
  18. package/dist/extensions/bland/actions/index.js.map +1 -1
  19. package/dist/extensions/bland/actions/sendCall/config/dataPoints.d.ts +1 -5
  20. package/dist/extensions/bland/actions/sendCall/config/dataPoints.js +4 -6
  21. package/dist/extensions/bland/actions/sendCall/config/dataPoints.js.map +1 -1
  22. package/dist/extensions/bland/actions/sendCall/config/fields.d.ts +20 -0
  23. package/dist/extensions/bland/actions/sendCall/config/fields.js +49 -0
  24. package/dist/extensions/bland/actions/sendCall/config/fields.js.map +1 -1
  25. package/dist/extensions/bland/actions/sendCall/sendCall.js +40 -11
  26. package/dist/extensions/bland/actions/sendCall/sendCall.js.map +1 -1
  27. package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.d.ts +1 -5
  28. package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js +4 -6
  29. package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js.map +1 -1
  30. package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.d.ts +20 -0
  31. package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js +49 -0
  32. package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js.map +1 -1
  33. package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js +40 -11
  34. package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js.map +1 -1
  35. package/dist/extensions/bland/api/client.d.ts +2 -1
  36. package/dist/extensions/bland/api/client.js +4 -0
  37. package/dist/extensions/bland/api/client.js.map +1 -1
  38. package/dist/extensions/bland/api/schema/GetCallDetails.schema.d.ts +150 -0
  39. package/dist/extensions/bland/api/schema/GetCallDetails.schema.js +50 -0
  40. package/dist/extensions/bland/api/schema/GetCallDetails.schema.js.map +1 -0
  41. package/dist/extensions/bland/api/schema/SendCall.schema.d.ts +3 -0
  42. package/dist/extensions/bland/api/schema/SendCall.schema.js +1 -0
  43. package/dist/extensions/bland/api/schema/SendCall.schema.js.map +1 -1
  44. package/dist/extensions/bland/api/schema/index.d.ts +1 -0
  45. package/dist/extensions/bland/api/schema/index.js +1 -0
  46. package/dist/extensions/bland/api/schema/index.js.map +1 -1
  47. package/dist/extensions/calDotCom/schema.d.ts +24 -24
  48. package/dist/extensions/calendly/schema.d.ts +6 -6
  49. package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +8 -8
  50. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +4 -4
  51. package/dist/extensions/hubspot/actions/sendEmailWithSmtp/config/fields.d.ts +2 -2
  52. package/dist/extensions/hubspot/lib/smtpApi/smtp.schema.d.ts +2 -2
  53. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  54. package/dist/extensions/infobip/v1/actions/sendSms/config/fields.d.ts +2 -2
  55. package/dist/extensions/mailchimp/v1/actions/sendEmail/config/fields.d.ts +2 -2
  56. package/dist/extensions/mailchimp/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  57. package/dist/extensions/mailgun/v1/actions/sendEmail/config/fields.d.ts +2 -2
  58. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +3 -3
  59. package/dist/extensions/markdown.json +1 -1
  60. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +2 -2
  61. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
  62. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +2 -2
  63. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
  64. package/dist/extensions/sendgrid-extension/v1/actions/sendEmail/config/fields.d.ts +2 -2
  65. package/dist/extensions/zendesk/v1/actions/createTask/config/fields.d.ts +2 -2
  66. package/package.json +1 -1
@@ -111,7 +111,7 @@ export declare const taskSchema: z.ZodObject<{
111
111
  valueString: string;
112
112
  }>, "many">>;
113
113
  }, "strip", z.ZodTypeAny, {
114
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
114
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
115
115
  resourceType: "Task";
116
116
  requester: {
117
117
  reference: string;
@@ -150,7 +150,7 @@ export declare const taskSchema: z.ZodObject<{
150
150
  };
151
151
  }[] | undefined;
152
152
  }, {
153
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
153
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
154
154
  resourceType: "Task";
155
155
  requester: {
156
156
  reference: string;
@@ -303,7 +303,7 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
303
303
  }, {
304
304
  id: z.ZodString;
305
305
  }>, "strip", z.ZodTypeAny, {
306
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
306
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
307
307
  id: string;
308
308
  resourceType: "Task";
309
309
  requester: {
@@ -343,7 +343,7 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
343
343
  };
344
344
  }[] | undefined;
345
345
  }, {
346
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
346
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
347
347
  id: string;
348
348
  resourceType: "Task";
349
349
  requester: {
@@ -38,11 +38,11 @@ export declare const FieldsValidationSchema: z.ZodObject<{
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  message: string;
40
40
  from: string;
41
- subject: string;
42
41
  to: string;
42
+ subject: string;
43
43
  }, {
44
44
  message: string;
45
45
  from: string;
46
- subject: string;
47
46
  to: string;
47
+ subject: string;
48
48
  }>;
@@ -7,12 +7,12 @@ export declare const SendEmailSchema: z.ZodObject<{
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  message: string;
9
9
  from: string;
10
- subject: string;
11
10
  to: string;
11
+ subject: string;
12
12
  }, {
13
13
  message: string;
14
14
  from: string;
15
- subject: string;
16
15
  to: string;
16
+ subject: string;
17
17
  }>;
18
18
  export type SendEmailType = z.infer<typeof SendEmailSchema>;
@@ -36,13 +36,13 @@ export declare const FieldsValidationSchema: z.ZodObject<{
36
36
  subject: z.ZodString;
37
37
  content: z.ZodString;
38
38
  }, "strip", z.ZodTypeAny, {
39
- subject: string;
40
39
  to: string;
40
+ subject: string;
41
41
  content: string;
42
42
  from?: string | undefined;
43
43
  }, {
44
- subject: string;
45
44
  to: string;
45
+ subject: string;
46
46
  content: string;
47
47
  from?: string | undefined;
48
48
  }>;
@@ -30,11 +30,11 @@ export declare const FieldsValidationSchema: z.ZodObject<{
30
30
  to: z.ZodString;
31
31
  text: z.ZodString;
32
32
  }, "strip", z.ZodTypeAny, {
33
- text: string;
34
33
  to: string;
34
+ text: string;
35
35
  from?: string | undefined;
36
36
  }, {
37
- text: string;
38
37
  to: string;
38
+ text: string;
39
39
  from?: string | undefined;
40
40
  }>;
@@ -33,10 +33,10 @@ export declare const FieldsValidationSchema: z.ZodObject<{
33
33
  body: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  body: string;
36
- subject: string;
37
36
  to: string;
37
+ subject: string;
38
38
  }, {
39
39
  body: string;
40
- subject: string;
41
40
  to: string;
41
+ subject: string;
42
42
  }>;
@@ -44,13 +44,13 @@ export declare const FieldsValidationSchema: z.ZodObject<{
44
44
  templateName: z.ZodString;
45
45
  templateContent: z.ZodEffects<z.ZodOptional<z.ZodString>, TemplateContent[], string | undefined>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- subject: string;
48
47
  to: string;
48
+ subject: string;
49
49
  templateName: string;
50
50
  templateContent: TemplateContent[];
51
51
  }, {
52
- subject: string;
53
52
  to: string;
53
+ subject: string;
54
54
  templateName: string;
55
55
  templateContent?: string | undefined;
56
56
  }>;
@@ -33,11 +33,11 @@ export declare const FieldsValidationSchema: z.ZodObject<{
33
33
  body: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  body: string;
36
- subject: string;
37
36
  to: string;
37
+ subject: string;
38
38
  }, {
39
39
  body: string;
40
- subject: string;
41
40
  to: string;
41
+ subject: string;
42
42
  }>;
43
43
  export declare const validateActionFields: (fields: unknown) => z.infer<typeof FieldsValidationSchema>;
@@ -42,15 +42,15 @@ export declare const FieldsValidationSchema: z.ZodObject<{
42
42
  [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;
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
- subject: string;
45
+ to: string;
46
46
  variables: string | number | boolean | {
47
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;
48
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;
49
+ subject: string;
50
50
  template: string;
51
51
  }, {
52
- subject: string;
53
52
  to: string;
53
+ subject: string;
54
54
  template: string;
55
55
  variables?: string | undefined;
56
56
  }>;
@@ -8,7 +8,7 @@
8
8
  "changelog": "# Awell changelog\n\n## April 2024\n\nTwo new action were added: \"Get patient by identifier\" and \"Add identifier to patient\".\n\n## October 26, 2023\n\nGeneric webhook to start a care flow added\n\n## April 19, 2023\n\nStop care flow action added.\nSearch patients by patient code action was added.\n\"Is patient enrolled in care flow\" action added.\n"
9
9
  },
10
10
  "bland": {
11
- "readme": "---\ntitle: Bland.ai\ndescription: To do\n---\n\n# Bland.ai\n\nTo do",
11
+ "readme": "---\ntitle: Bland.ai\ndescription: To do\n---\n\n# Bland.ai\n\nWith Bland.ai you can build, test, and deploy AI phone calling agents. \n\n## Extension settings\n\nTo set up this extension, you will need to provide an API key for Bland.\n\n## Actions\n\n### Send call (with Pathway)\n\nSend an AI phone call using a simple prompt or a conversational pathway agent you've built in the Bland platform. **The action is completed when Awell receives a callback from the Bland platform.**\n\nAwell lets you specify both the data you want to send to Bland and the structured data you’d like to receive in return. This is achieved by defining the request data for outgoing information and an analysis schema for the structured data you’ll get back.\n\n#### Request data\n\nAny JSON you put in here will be visible to the AI agent during the call - and can also be referenced with Prompt Variables.\n\nFor example, let’s say in the action you want to programmatically set the name of the person you’re calling. You could set request data to:\n\n```json\n{\n \"name\": \"John Doe\",\n}\n```\n\n[Also see Bland documentation.](https://docs.bland.ai/api-v1/post/calls)\n\n#### Analysis schema\n\nDefine a JSON schema for how you want to get information about the call - information like email addresses, names, appointment times or any other type of custom data.\n\nFor example, if you wanted to retrieve this information from the call:\n\n```json\n{\n \"email_address\": \"email\",\n \"first_name\": \"string\",\n \"last_name\": \"string\",\n \"wants_to_book_appointment\": \"boolean\",\n \"appointment_time\": \"YYYY-MM-DD HH:MM:SS\"\n}\n```\n\nWhen retrieving the call details, Bland will return data about the call in the following format:\n\n```json\n{\n \"analysis\": {\n \"email_address\": \"johndoe@gmail.com\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"wants_to_book_appointment\": true,\n \"appointment_time\": \"2024-01-01 12:00:00\"\n }\n}\n```\n\n[Also see Bland documentation.](https://docs.bland.ai/api-v1/post/calls)\n\n\n\n### Get call details\n\nRetrieve the details of a call based on the provider call ID.",
12
12
  "changelog": "# CHANGELOG"
13
13
  },
14
14
  "calDotCom": {
@@ -36,12 +36,12 @@ export declare const FieldsValidationSchema: ZodObject<{
36
36
  intent: import("zod").ZodUnion<[import("zod").ZodLiteral<"proposal">, import("zod").ZodLiteral<"plan">, import("zod").ZodLiteral<"directive">, import("zod").ZodLiteral<"order">, import("zod").ZodLiteral<"original-order">, import("zod").ZodLiteral<"reflex-order">, import("zod").ZodLiteral<"filler-order">, import("zod").ZodLiteral<"instance-order">, import("zod").ZodLiteral<"option">]>;
37
37
  priority: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"routine">, import("zod").ZodLiteral<"urgent">, import("zod").ZodLiteral<"asap">, import("zod").ZodLiteral<"stat">]>>;
38
38
  }, "strip", ZodTypeAny, {
39
- status: "unknown" | "active" | "draft" | "on-hold" | "completed" | "entered-in-error" | "revoked";
39
+ status: "unknown" | "completed" | "active" | "draft" | "on-hold" | "entered-in-error" | "revoked";
40
40
  patientId: string;
41
41
  intent: "order" | "plan" | "proposal" | "directive" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
42
42
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
43
43
  }, {
44
- status: "unknown" | "active" | "draft" | "on-hold" | "completed" | "entered-in-error" | "revoked";
44
+ status: "unknown" | "completed" | "active" | "draft" | "on-hold" | "entered-in-error" | "revoked";
45
45
  patientId: string;
46
46
  intent: "order" | "plan" | "proposal" | "directive" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
47
47
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
@@ -68,7 +68,7 @@ export declare const FieldsValidationSchema: ZodObject<{
68
68
  dueDate: import("zod").ZodUnion<[import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodDate, string, Date>>, import("zod").ZodEffects<import("zod").ZodLiteral<"">, undefined, "">]>;
69
69
  performerType: import("zod").ZodOptional<import("zod").ZodString>;
70
70
  }, "strip", ZodTypeAny, {
71
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
71
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
72
72
  patientId: string;
73
73
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
74
74
  taskTitle: string;
@@ -77,7 +77,7 @@ export declare const FieldsValidationSchema: ZodObject<{
77
77
  dueDate?: string | undefined;
78
78
  performerType?: string | undefined;
79
79
  }, {
80
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
80
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
81
81
  patientId: string;
82
82
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
83
83
  taskTitle: string;
@@ -5,12 +5,12 @@ export declare const CreateServiceRequestSchema: z.ZodObject<{
5
5
  intent: z.ZodUnion<[z.ZodLiteral<"proposal">, z.ZodLiteral<"plan">, z.ZodLiteral<"directive">, z.ZodLiteral<"order">, z.ZodLiteral<"original-order">, z.ZodLiteral<"reflex-order">, z.ZodLiteral<"filler-order">, z.ZodLiteral<"instance-order">, z.ZodLiteral<"option">]>;
6
6
  priority: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"routine">, z.ZodLiteral<"urgent">, z.ZodLiteral<"asap">, z.ZodLiteral<"stat">]>>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- status: "unknown" | "active" | "draft" | "on-hold" | "completed" | "entered-in-error" | "revoked";
8
+ status: "unknown" | "completed" | "active" | "draft" | "on-hold" | "entered-in-error" | "revoked";
9
9
  patientId: string;
10
10
  intent: "order" | "plan" | "proposal" | "directive" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
11
11
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
12
12
  }, {
13
- status: "unknown" | "active" | "draft" | "on-hold" | "completed" | "entered-in-error" | "revoked";
13
+ status: "unknown" | "completed" | "active" | "draft" | "on-hold" | "entered-in-error" | "revoked";
14
14
  patientId: string;
15
15
  intent: "order" | "plan" | "proposal" | "directive" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
16
16
  priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
@@ -9,7 +9,7 @@ export declare const CreateTaskSchema: z.ZodObject<{
9
9
  dueDate: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
10
10
  performerType: z.ZodOptional<z.ZodString>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
12
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
13
13
  patientId: string;
14
14
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
15
15
  taskTitle: string;
@@ -18,7 +18,7 @@ export declare const CreateTaskSchema: z.ZodObject<{
18
18
  dueDate?: string | undefined;
19
19
  performerType?: string | undefined;
20
20
  }, {
21
- status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
21
+ status: "received" | "completed" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "entered-in-error";
22
22
  patientId: string;
23
23
  intent: "unknown" | "order" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "option";
24
24
  taskTitle: string;
@@ -45,14 +45,14 @@ export declare const FieldsValidationSchema: z.ZodObject<{
45
45
  fromEmail: z.ZodOptional<z.ZodString>;
46
46
  }, "strip", z.ZodTypeAny, {
47
47
  body: string;
48
- subject: string;
49
48
  to: string;
49
+ subject: string;
50
50
  fromName?: string | undefined;
51
51
  fromEmail?: string | undefined;
52
52
  }, {
53
53
  body: string;
54
- subject: string;
55
54
  to: string;
55
+ subject: string;
56
56
  fromName?: string | undefined;
57
57
  fromEmail?: string | undefined;
58
58
  }>;
@@ -63,16 +63,16 @@ export declare const FieldsValidationSchema: z.ZodObject<{
63
63
  remindAt: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
64
64
  }, "strip", z.ZodTypeAny, {
65
65
  content: string;
66
- resourceType?: ResourceType | undefined;
67
66
  completed?: boolean | undefined;
67
+ resourceType?: ResourceType | undefined;
68
68
  dueDate?: string | undefined;
69
69
  resourceId?: number | undefined;
70
70
  ownerId?: number | undefined;
71
71
  remindAt?: string | undefined;
72
72
  }, {
73
73
  content: string;
74
- resourceType?: "" | ResourceType | undefined;
75
74
  completed?: boolean | undefined;
75
+ resourceType?: "" | ResourceType | undefined;
76
76
  dueDate?: "" | Date | undefined;
77
77
  resourceId?: number | "" | undefined;
78
78
  ownerId?: number | "" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "2.0.68",
3
+ "version": "2.0.69",
4
4
  "packageManager": "yarn@3.4.1",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {