@awell-health/awell-extensions 1.0.233 → 1.0.234

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. package/dist/extensions/index.js +2 -0
  2. package/dist/extensions/index.js.map +1 -1
  3. package/dist/extensions/markdown.json +4 -0
  4. package/dist/extensions/medplum/actions/createPatient/config/dataPoints.d.ts +6 -0
  5. package/dist/extensions/medplum/actions/createPatient/config/dataPoints.js +10 -0
  6. package/dist/extensions/medplum/actions/createPatient/config/dataPoints.js.map +1 -0
  7. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +119 -0
  8. package/dist/extensions/medplum/actions/createPatient/config/fields.js +87 -0
  9. package/dist/extensions/medplum/actions/createPatient/config/fields.js.map +1 -0
  10. package/dist/extensions/medplum/actions/createPatient/config/index.d.ts +2 -0
  11. package/dist/extensions/medplum/actions/createPatient/config/index.js +19 -0
  12. package/dist/extensions/medplum/actions/createPatient/config/index.js.map +1 -0
  13. package/dist/extensions/medplum/actions/createPatient/createPatient.d.ts +4 -0
  14. package/dist/extensions/medplum/actions/createPatient/createPatient.js +84 -0
  15. package/dist/extensions/medplum/actions/createPatient/createPatient.js.map +1 -0
  16. package/dist/extensions/medplum/actions/createPatient/createPatient.test.d.ts +1 -0
  17. package/dist/extensions/medplum/actions/createPatient/createPatient.test.js +47 -0
  18. package/dist/extensions/medplum/actions/createPatient/createPatient.test.js.map +1 -0
  19. package/dist/extensions/medplum/actions/createPatient/index.d.ts +1 -0
  20. package/dist/extensions/medplum/actions/createPatient/index.js +6 -0
  21. package/dist/extensions/medplum/actions/createPatient/index.js.map +1 -0
  22. package/dist/extensions/medplum/actions/createServiceRequest/config/dataPoints.d.ts +6 -0
  23. package/dist/extensions/medplum/actions/createServiceRequest/config/dataPoints.js +10 -0
  24. package/dist/extensions/medplum/actions/createServiceRequest/config/dataPoints.js.map +1 -0
  25. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +48 -0
  26. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.js +37 -0
  27. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.js.map +1 -0
  28. package/dist/extensions/medplum/actions/createServiceRequest/config/index.d.ts +2 -0
  29. package/dist/extensions/medplum/actions/createServiceRequest/config/index.js +19 -0
  30. package/dist/extensions/medplum/actions/createServiceRequest/config/index.js.map +1 -0
  31. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.d.ts +4 -0
  32. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.js +44 -0
  33. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.js.map +1 -0
  34. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.test.d.ts +1 -0
  35. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.test.js +40 -0
  36. package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.test.js.map +1 -0
  37. package/dist/extensions/medplum/actions/createServiceRequest/index.d.ts +1 -0
  38. package/dist/extensions/medplum/actions/createServiceRequest/index.js +6 -0
  39. package/dist/extensions/medplum/actions/createServiceRequest/index.js.map +1 -0
  40. package/dist/extensions/medplum/actions/createTask/config/dataPoints.d.ts +6 -0
  41. package/dist/extensions/medplum/actions/createTask/config/dataPoints.js +10 -0
  42. package/dist/extensions/medplum/actions/createTask/config/dataPoints.js.map +1 -0
  43. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +88 -0
  44. package/dist/extensions/medplum/actions/createTask/config/fields.js +65 -0
  45. package/dist/extensions/medplum/actions/createTask/config/fields.js.map +1 -0
  46. package/dist/extensions/medplum/actions/createTask/config/index.d.ts +2 -0
  47. package/dist/extensions/medplum/actions/createTask/config/index.js +19 -0
  48. package/dist/extensions/medplum/actions/createTask/config/index.js.map +1 -0
  49. package/dist/extensions/medplum/actions/createTask/createTask.d.ts +4 -0
  50. package/dist/extensions/medplum/actions/createTask/createTask.js +56 -0
  51. package/dist/extensions/medplum/actions/createTask/createTask.js.map +1 -0
  52. package/dist/extensions/medplum/actions/createTask/createTask.test.d.ts +1 -0
  53. package/dist/extensions/medplum/actions/createTask/createTask.test.js +41 -0
  54. package/dist/extensions/medplum/actions/createTask/createTask.test.js.map +1 -0
  55. package/dist/extensions/medplum/actions/createTask/index.d.ts +1 -0
  56. package/dist/extensions/medplum/actions/createTask/index.js +6 -0
  57. package/dist/extensions/medplum/actions/createTask/index.js.map +1 -0
  58. package/dist/extensions/medplum/actions/executeBot/config/dataPoints.d.ts +6 -0
  59. package/dist/extensions/medplum/actions/executeBot/config/dataPoints.js +10 -0
  60. package/dist/extensions/medplum/actions/executeBot/config/dataPoints.js.map +1 -0
  61. package/dist/extensions/medplum/actions/executeBot/config/fields.d.ts +34 -0
  62. package/dist/extensions/medplum/actions/executeBot/config/fields.js +41 -0
  63. package/dist/extensions/medplum/actions/executeBot/config/fields.js.map +1 -0
  64. package/dist/extensions/medplum/actions/executeBot/config/index.d.ts +2 -0
  65. package/dist/extensions/medplum/actions/executeBot/config/index.js +19 -0
  66. package/dist/extensions/medplum/actions/executeBot/config/index.js.map +1 -0
  67. package/dist/extensions/medplum/actions/executeBot/executeBot.d.ts +4 -0
  68. package/dist/extensions/medplum/actions/executeBot/executeBot.js +28 -0
  69. package/dist/extensions/medplum/actions/executeBot/executeBot.js.map +1 -0
  70. package/dist/extensions/medplum/actions/executeBot/executeBot.test.d.ts +1 -0
  71. package/dist/extensions/medplum/actions/executeBot/executeBot.test.js +35 -0
  72. package/dist/extensions/medplum/actions/executeBot/executeBot.test.js.map +1 -0
  73. package/dist/extensions/medplum/actions/executeBot/index.d.ts +1 -0
  74. package/dist/extensions/medplum/actions/executeBot/index.js +6 -0
  75. package/dist/extensions/medplum/actions/executeBot/index.js.map +1 -0
  76. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.d.ts +6 -0
  77. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js +10 -0
  78. package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js.map +1 -0
  79. package/dist/extensions/medplum/actions/getAppointment/config/fields.d.ts +18 -0
  80. package/dist/extensions/medplum/actions/getAppointment/config/fields.js +20 -0
  81. package/dist/extensions/medplum/actions/getAppointment/config/fields.js.map +1 -0
  82. package/dist/extensions/medplum/actions/getAppointment/config/index.d.ts +2 -0
  83. package/dist/extensions/medplum/actions/getAppointment/config/index.js +19 -0
  84. package/dist/extensions/medplum/actions/getAppointment/config/index.js.map +1 -0
  85. package/dist/extensions/medplum/actions/getAppointment/getAppointment.d.ts +4 -0
  86. package/dist/extensions/medplum/actions/getAppointment/getAppointment.js +33 -0
  87. package/dist/extensions/medplum/actions/getAppointment/getAppointment.js.map +1 -0
  88. package/dist/extensions/medplum/actions/getAppointment/getAppointment.test.d.ts +1 -0
  89. package/dist/extensions/medplum/actions/getAppointment/getAppointment.test.js +34 -0
  90. package/dist/extensions/medplum/actions/getAppointment/getAppointment.test.js.map +1 -0
  91. package/dist/extensions/medplum/actions/getAppointment/index.d.ts +1 -0
  92. package/dist/extensions/medplum/actions/getAppointment/index.js +6 -0
  93. package/dist/extensions/medplum/actions/getAppointment/index.js.map +1 -0
  94. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.d.ts +6 -0
  95. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js +10 -0
  96. package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js.map +1 -0
  97. package/dist/extensions/medplum/actions/getPatient/config/fields.d.ts +18 -0
  98. package/dist/extensions/medplum/actions/getPatient/config/fields.js +20 -0
  99. package/dist/extensions/medplum/actions/getPatient/config/fields.js.map +1 -0
  100. package/dist/extensions/medplum/actions/getPatient/config/index.d.ts +2 -0
  101. package/dist/extensions/medplum/actions/getPatient/config/index.js +19 -0
  102. package/dist/extensions/medplum/actions/getPatient/config/index.js.map +1 -0
  103. package/dist/extensions/medplum/actions/getPatient/getPatient.d.ts +4 -0
  104. package/dist/extensions/medplum/actions/getPatient/getPatient.js +33 -0
  105. package/dist/extensions/medplum/actions/getPatient/getPatient.js.map +1 -0
  106. package/dist/extensions/medplum/actions/getPatient/getPatient.test.d.ts +1 -0
  107. package/dist/extensions/medplum/actions/getPatient/getPatient.test.js +34 -0
  108. package/dist/extensions/medplum/actions/getPatient/getPatient.test.js.map +1 -0
  109. package/dist/extensions/medplum/actions/getPatient/index.d.ts +1 -0
  110. package/dist/extensions/medplum/actions/getPatient/index.js +6 -0
  111. package/dist/extensions/medplum/actions/getPatient/index.js.map +1 -0
  112. package/dist/extensions/medplum/actions/index.d.ts +6 -0
  113. package/dist/extensions/medplum/actions/index.js +16 -0
  114. package/dist/extensions/medplum/actions/index.js.map +1 -0
  115. package/dist/extensions/medplum/fhir/schemas/atoms/GenderSchema.d.ts +2 -0
  116. package/dist/extensions/medplum/fhir/schemas/atoms/GenderSchema.js +11 -0
  117. package/dist/extensions/medplum/fhir/schemas/atoms/GenderSchema.js.map +1 -0
  118. package/dist/extensions/medplum/fhir/schemas/atoms/IntentSchema.d.ts +3 -0
  119. package/dist/extensions/medplum/fhir/schemas/atoms/IntentSchema.js +27 -0
  120. package/dist/extensions/medplum/fhir/schemas/atoms/IntentSchema.js.map +1 -0
  121. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.d.ts +14 -0
  122. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.js +10 -0
  123. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.js.map +1 -0
  124. package/dist/extensions/medplum/fhir/schemas/atoms/PrioritySchema.d.ts +2 -0
  125. package/dist/extensions/medplum/fhir/schemas/atoms/PrioritySchema.js +11 -0
  126. package/dist/extensions/medplum/fhir/schemas/atoms/PrioritySchema.js.map +1 -0
  127. package/dist/extensions/medplum/fhir/schemas/atoms/StatusSchema.d.ts +3 -0
  128. package/dist/extensions/medplum/fhir/schemas/atoms/StatusSchema.js +28 -0
  129. package/dist/extensions/medplum/fhir/schemas/atoms/StatusSchema.js.map +1 -0
  130. package/dist/extensions/medplum/fhir/schemas/atoms/index.d.ts +5 -0
  131. package/dist/extensions/medplum/fhir/schemas/atoms/index.js +16 -0
  132. package/dist/extensions/medplum/fhir/schemas/atoms/index.js.map +1 -0
  133. package/dist/extensions/medplum/fhir/schemas/index.d.ts +1 -0
  134. package/dist/extensions/medplum/fhir/schemas/index.js +6 -0
  135. package/dist/extensions/medplum/fhir/schemas/index.js.map +1 -0
  136. package/dist/extensions/medplum/fhir/schemas/resources/index.d.ts +3 -0
  137. package/dist/extensions/medplum/fhir/schemas/resources/index.js +10 -0
  138. package/dist/extensions/medplum/fhir/schemas/resources/index.js.map +1 -0
  139. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +38 -0
  140. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.js +20 -0
  141. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.js.map +1 -0
  142. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +17 -0
  143. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.js +12 -0
  144. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.js.map +1 -0
  145. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +29 -0
  146. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.js +17 -0
  147. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.js.map +1 -0
  148. package/dist/extensions/medplum/index.d.ts +2 -0
  149. package/dist/extensions/medplum/index.js +42 -0
  150. package/dist/extensions/medplum/index.js.map +1 -0
  151. package/dist/extensions/medplum/settings.d.ts +27 -0
  152. package/dist/extensions/medplum/settings.js +25 -0
  153. package/dist/extensions/medplum/settings.js.map +1 -0
  154. package/dist/extensions/medplum/utils/index.d.ts +2 -0
  155. package/dist/extensions/medplum/utils/index.js +7 -0
  156. package/dist/extensions/medplum/utils/index.js.map +1 -0
  157. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.d.ts +17 -0
  158. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js +27 -0
  159. package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js.map +1 -0
  160. package/package.json +4 -1
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaskStatusSchema = exports.ServiceRequestStatusSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.ServiceRequestStatusSchema = zod_1.z.union([
6
+ zod_1.z.literal('draft'),
7
+ zod_1.z.literal('active'),
8
+ zod_1.z.literal('on-hold'),
9
+ zod_1.z.literal('revoked'),
10
+ zod_1.z.literal('completed'),
11
+ zod_1.z.literal('entered-in-error'),
12
+ zod_1.z.literal('unknown'),
13
+ ]);
14
+ exports.TaskStatusSchema = zod_1.z.union([
15
+ zod_1.z.literal('draft'),
16
+ zod_1.z.literal('requested'),
17
+ zod_1.z.literal('received'),
18
+ zod_1.z.literal('accepted'),
19
+ zod_1.z.literal('rejected'),
20
+ zod_1.z.literal('ready'),
21
+ zod_1.z.literal('cancelled'),
22
+ zod_1.z.literal('in-progress'),
23
+ zod_1.z.literal('on-hold'),
24
+ zod_1.z.literal('failed'),
25
+ zod_1.z.literal('completed'),
26
+ zod_1.z.literal('entered-in-error'),
27
+ ]);
28
+ //# sourceMappingURL=StatusSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusSchema.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/atoms/StatusSchema.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AAEV,QAAA,0BAA0B,GAAG,OAAC,CAAC,KAAK,CAAC;IAChD,OAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IACnB,OAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACpB,OAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACpB,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC7B,OAAC,CAAC,OAAO,CAAC,SAAS,CAAC;CACrB,CAAC,CAAA;AAEW,QAAA,gBAAgB,GAAG,OAAC,CAAC,KAAK,CAAC;IACtC,OAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IACrB,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IACrB,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IACrB,OAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,OAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACxB,OAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACpB,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IACnB,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;CAC9B,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ export { GenderSchema } from './GenderSchema';
2
+ export { TaskIntentSchema, ServiceRequestIntentSchema } from './IntentSchema';
3
+ export { PeriodSchema } from './PeriodSchema';
4
+ export { PrioritySchema } from './PrioritySchema';
5
+ export { TaskStatusSchema, ServiceRequestStatusSchema } from './StatusSchema';
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ServiceRequestStatusSchema = exports.TaskStatusSchema = exports.PrioritySchema = exports.PeriodSchema = exports.ServiceRequestIntentSchema = exports.TaskIntentSchema = exports.GenderSchema = void 0;
4
+ var GenderSchema_1 = require("./GenderSchema");
5
+ Object.defineProperty(exports, "GenderSchema", { enumerable: true, get: function () { return GenderSchema_1.GenderSchema; } });
6
+ var IntentSchema_1 = require("./IntentSchema");
7
+ Object.defineProperty(exports, "TaskIntentSchema", { enumerable: true, get: function () { return IntentSchema_1.TaskIntentSchema; } });
8
+ Object.defineProperty(exports, "ServiceRequestIntentSchema", { enumerable: true, get: function () { return IntentSchema_1.ServiceRequestIntentSchema; } });
9
+ var PeriodSchema_1 = require("./PeriodSchema");
10
+ Object.defineProperty(exports, "PeriodSchema", { enumerable: true, get: function () { return PeriodSchema_1.PeriodSchema; } });
11
+ var PrioritySchema_1 = require("./PrioritySchema");
12
+ Object.defineProperty(exports, "PrioritySchema", { enumerable: true, get: function () { return PrioritySchema_1.PrioritySchema; } });
13
+ var StatusSchema_1 = require("./StatusSchema");
14
+ Object.defineProperty(exports, "TaskStatusSchema", { enumerable: true, get: function () { return StatusSchema_1.TaskStatusSchema; } });
15
+ Object.defineProperty(exports, "ServiceRequestStatusSchema", { enumerable: true, get: function () { return StatusSchema_1.ServiceRequestStatusSchema; } });
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/atoms/index.ts"],"names":[],"mappings":";;;AAAA,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AACrB,+CAA6E;AAApE,gHAAA,gBAAgB,OAAA;AAAE,0HAAA,0BAA0B,OAAA;AACrD,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AACrB,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,+CAA6E;AAApE,gHAAA,gBAAgB,OAAA;AAAE,0HAAA,0BAA0B,OAAA"}
@@ -0,0 +1 @@
1
+ export { PatientSchema } from './resources';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PatientSchema = void 0;
4
+ var resources_1 = require("./resources");
5
+ Object.defineProperty(exports, "PatientSchema", { enumerable: true, get: function () { return resources_1.PatientSchema; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/medplum/fhir/schemas/index.ts"],"names":[],"mappings":";;;AAAA,yCAA2C;AAAlC,0GAAA,aAAa,OAAA"}
@@ -0,0 +1,3 @@
1
+ export { PatientSchema } from './patient.schema';
2
+ export { CreateServiceRequestSchema } from './serviceRequest.schema';
3
+ export { CreateTaskSchema } from './task.schema';
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTaskSchema = exports.CreateServiceRequestSchema = exports.PatientSchema = void 0;
4
+ var patient_schema_1 = require("./patient.schema");
5
+ Object.defineProperty(exports, "PatientSchema", { enumerable: true, get: function () { return patient_schema_1.PatientSchema; } });
6
+ var serviceRequest_schema_1 = require("./serviceRequest.schema");
7
+ Object.defineProperty(exports, "CreateServiceRequestSchema", { enumerable: true, get: function () { return serviceRequest_schema_1.CreateServiceRequestSchema; } });
8
+ var task_schema_1 = require("./task.schema");
9
+ Object.defineProperty(exports, "CreateTaskSchema", { enumerable: true, get: function () { return task_schema_1.CreateTaskSchema; } });
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/resources/index.ts"],"names":[],"mappings":";;;AAAA,mDAAgD;AAAvC,+GAAA,aAAa,OAAA;AACtB,iEAAoE;AAA3D,mIAAA,0BAA0B,OAAA;AACnC,6CAAgD;AAAvC,+GAAA,gBAAgB,OAAA"}
@@ -0,0 +1,38 @@
1
+ import { z } from 'zod';
2
+ export declare const PatientSchema: z.ZodObject<{
3
+ firstName: z.ZodOptional<z.ZodString>;
4
+ lastName: z.ZodOptional<z.ZodString>;
5
+ email: z.ZodOptional<z.ZodString>;
6
+ mobilePhone: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, import("libphonenumber-js").PhoneNumber | import("libphonenumber-js").ParseError, string>, import("libphonenumber-js").PhoneNumber | import("libphonenumber-js").ParseError, string>, import("libphonenumber-js").E164Number, string>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
7
+ birthDate: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
8
+ gender: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"male">, z.ZodLiteral<"female">, z.ZodLiteral<"other">, z.ZodLiteral<"unknown">]>>;
9
+ address: z.ZodOptional<z.ZodString>;
10
+ city: z.ZodOptional<z.ZodString>;
11
+ state: z.ZodOptional<z.ZodString>;
12
+ country: z.ZodOptional<z.ZodString>;
13
+ postalCode: z.ZodOptional<z.ZodString>;
14
+ }, "strip", z.ZodTypeAny, {
15
+ firstName?: string | undefined;
16
+ lastName?: string | undefined;
17
+ email?: string | undefined;
18
+ mobilePhone?: import("libphonenumber-js").E164Number | undefined;
19
+ birthDate?: string | undefined;
20
+ gender?: "unknown" | "other" | "male" | "female" | undefined;
21
+ address?: string | undefined;
22
+ city?: string | undefined;
23
+ state?: string | undefined;
24
+ country?: string | undefined;
25
+ postalCode?: string | undefined;
26
+ }, {
27
+ firstName?: string | undefined;
28
+ lastName?: string | undefined;
29
+ email?: string | undefined;
30
+ mobilePhone?: string | undefined;
31
+ birthDate?: "" | Date | undefined;
32
+ gender?: "unknown" | "other" | "male" | "female" | undefined;
33
+ address?: string | undefined;
34
+ city?: string | undefined;
35
+ state?: string | undefined;
36
+ country?: string | undefined;
37
+ postalCode?: string | undefined;
38
+ }>;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PatientSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ const extensions_core_1 = require("@awell-health/extensions-core");
6
+ const atoms_1 = require("../atoms");
7
+ exports.PatientSchema = zod_1.z.object({
8
+ firstName: zod_1.z.string().optional(),
9
+ lastName: zod_1.z.string().optional(),
10
+ email: zod_1.z.string().email().optional(),
11
+ mobilePhone: extensions_core_1.E164PhoneValidationOptionalSchema,
12
+ birthDate: extensions_core_1.DateOnlyOptionalSchema,
13
+ gender: atoms_1.GenderSchema.optional(),
14
+ address: zod_1.z.string().optional(),
15
+ city: zod_1.z.string().optional(),
16
+ state: zod_1.z.string().optional(),
17
+ country: zod_1.z.string().optional(),
18
+ postalCode: zod_1.z.string().optional(),
19
+ });
20
+ //# sourceMappingURL=patient.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient.schema.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/resources/patient.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AACvB,mEAGsC;AACtC,oCAAuC;AAE1B,QAAA,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC;IACpC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACpC,WAAW,EAAE,mDAAiC;IAC9C,SAAS,EAAE,wCAAsB;IACjC,MAAM,EAAE,oBAAY,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { z } from 'zod';
2
+ export declare const CreateServiceRequestSchema: z.ZodObject<{
3
+ patientId: z.ZodString;
4
+ status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"active">, z.ZodLiteral<"on-hold">, z.ZodLiteral<"revoked">, z.ZodLiteral<"completed">, z.ZodLiteral<"entered-in-error">, z.ZodLiteral<"unknown">]>;
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
+ priority: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"routine">, z.ZodLiteral<"urgent">, z.ZodLiteral<"asap">, z.ZodLiteral<"stat">]>>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ status: "active" | "unknown" | "completed" | "draft" | "on-hold" | "entered-in-error" | "revoked";
9
+ patientId: string;
10
+ intent: "order" | "option" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "directive";
11
+ priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
12
+ }, {
13
+ status: "active" | "unknown" | "completed" | "draft" | "on-hold" | "entered-in-error" | "revoked";
14
+ patientId: string;
15
+ intent: "order" | "option" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order" | "directive";
16
+ priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
17
+ }>;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateServiceRequestSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ const atoms_1 = require("../atoms");
6
+ exports.CreateServiceRequestSchema = zod_1.z.object({
7
+ patientId: zod_1.z.string().nonempty('Missing Medplum patient ID'),
8
+ status: atoms_1.ServiceRequestStatusSchema,
9
+ intent: atoms_1.ServiceRequestIntentSchema,
10
+ priority: atoms_1.PrioritySchema.optional(),
11
+ });
12
+ //# sourceMappingURL=serviceRequest.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serviceRequest.schema.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/resources/serviceRequest.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AACvB,oCAIiB;AAEJ,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IAC5D,MAAM,EAAE,kCAA0B;IAClC,MAAM,EAAE,kCAA0B;IAClC,QAAQ,EAAE,sBAAc,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAA"}
@@ -0,0 +1,29 @@
1
+ import { z } from 'zod';
2
+ export declare const CreateTaskSchema: z.ZodObject<{
3
+ patientId: z.ZodString;
4
+ taskTitle: z.ZodString;
5
+ description: z.ZodOptional<z.ZodString>;
6
+ status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"requested">, z.ZodLiteral<"received">, z.ZodLiteral<"accepted">, z.ZodLiteral<"rejected">, z.ZodLiteral<"ready">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"in-progress">, z.ZodLiteral<"on-hold">, z.ZodLiteral<"failed">, z.ZodLiteral<"completed">, z.ZodLiteral<"entered-in-error">]>;
7
+ intent: z.ZodUnion<[z.ZodLiteral<"unknown">, z.ZodLiteral<"proposal">, z.ZodLiteral<"plan">, z.ZodLiteral<"order">, z.ZodLiteral<"original-order">, z.ZodLiteral<"reflex-order">, z.ZodLiteral<"filler-order">, z.ZodLiteral<"instance-order">, z.ZodLiteral<"option">]>;
8
+ priority: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"routine">, z.ZodLiteral<"urgent">, z.ZodLiteral<"asap">, z.ZodLiteral<"stat">]>>;
9
+ dueDate: z.ZodUnion<[z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
10
+ performerType: z.ZodOptional<z.ZodString>;
11
+ }, "strip", z.ZodTypeAny, {
12
+ status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
13
+ patientId: string;
14
+ intent: "order" | "option" | "unknown" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order";
15
+ taskTitle: string;
16
+ description?: string | undefined;
17
+ priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
18
+ dueDate?: string | undefined;
19
+ performerType?: string | undefined;
20
+ }, {
21
+ status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
22
+ patientId: string;
23
+ intent: "order" | "option" | "unknown" | "plan" | "proposal" | "original-order" | "reflex-order" | "filler-order" | "instance-order";
24
+ taskTitle: string;
25
+ description?: string | undefined;
26
+ priority?: "routine" | "urgent" | "asap" | "stat" | undefined;
27
+ dueDate?: "" | Date | undefined;
28
+ performerType?: string | undefined;
29
+ }>;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTaskSchema = void 0;
4
+ const extensions_core_1 = require("@awell-health/extensions-core");
5
+ const zod_1 = require("zod");
6
+ const atoms_1 = require("../atoms");
7
+ exports.CreateTaskSchema = zod_1.z.object({
8
+ patientId: zod_1.z.string().nonempty('Missing Medplum patient ID'),
9
+ taskTitle: zod_1.z.string().nonempty('Missing Task title'),
10
+ description: zod_1.z.string().optional(),
11
+ status: atoms_1.TaskStatusSchema,
12
+ intent: atoms_1.TaskIntentSchema,
13
+ priority: atoms_1.PrioritySchema.optional(),
14
+ dueDate: extensions_core_1.DateOnlyOptionalSchema,
15
+ performerType: zod_1.z.string().optional(),
16
+ });
17
+ //# sourceMappingURL=task.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"task.schema.js","sourceRoot":"","sources":["../../../../../../extensions/medplum/fhir/schemas/resources/task.schema.ts"],"names":[],"mappings":";;;AAAA,mEAAsE;AACtE,6BAAuB;AACvB,oCAA6E;AAEhE,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IAC5D,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IACpD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,wBAAgB;IACxB,MAAM,EAAE,wBAAgB;IACxB,QAAQ,EAAE,sBAAc,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,wCAAsB;IAC/B,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ import { type Extension } from '@awell-health/extensions-core';
2
+ export declare const Medplum: Extension;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.Medplum = void 0;
27
+ const extensions_core_1 = require("@awell-health/extensions-core");
28
+ const actions = __importStar(require("./actions"));
29
+ const settings_1 = require("./settings");
30
+ exports.Medplum = {
31
+ key: 'medplum',
32
+ title: 'Medplum',
33
+ description: 'Medplum is the open source healthcare developer platform that helps you build, test, and deliver any healthcare product or service.',
34
+ icon_url: 'https://www.medplum.com/img/logo.svg',
35
+ category: extensions_core_1.Category.EHR_INTEGRATIONS,
36
+ author: {
37
+ authorType: extensions_core_1.AuthorType.AWELL,
38
+ },
39
+ settings: settings_1.settings,
40
+ actions,
41
+ };
42
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../extensions/medplum/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,mEAAoE;AACpE,mDAAoC;AACpC,yCAAqC;AAExB,QAAA,OAAO,GAAc;IAChC,GAAG,EAAE,SAAS;IACd,KAAK,EAAE,SAAS;IAChB,WAAW,EACT,qIAAqI;IACvI,QAAQ,EAAE,sCAAsC;IAChD,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,MAAM,EAAE;QACN,UAAU,EAAE,4BAAU,CAAC,KAAK;KAC7B;IACD,QAAQ,EAAR,mBAAQ;IACR,OAAO;CACR,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { z } from 'zod';
2
+ export declare const settings: {
3
+ clientId: {
4
+ key: string;
5
+ label: string;
6
+ obfuscated: true;
7
+ required: true;
8
+ description: string;
9
+ };
10
+ clientSecret: {
11
+ key: string;
12
+ label: string;
13
+ obfuscated: true;
14
+ required: true;
15
+ description: string;
16
+ };
17
+ };
18
+ export declare const SettingsValidationSchema: z.ZodObject<{
19
+ clientId: z.ZodString;
20
+ clientSecret: z.ZodString;
21
+ }, "strip", z.ZodTypeAny, {
22
+ clientId: string;
23
+ clientSecret: string;
24
+ }, {
25
+ clientId: string;
26
+ clientSecret: string;
27
+ }>;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SettingsValidationSchema = exports.settings = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.settings = {
6
+ clientId: {
7
+ key: 'clientId',
8
+ label: 'Client ID',
9
+ obfuscated: true,
10
+ required: true,
11
+ description: 'Used to authenticate with Medplum',
12
+ },
13
+ clientSecret: {
14
+ key: 'clientSecret',
15
+ label: 'Client secret',
16
+ obfuscated: true,
17
+ required: true,
18
+ description: 'Used to authenticate with Medplum',
19
+ },
20
+ };
21
+ exports.SettingsValidationSchema = zod_1.z.object({
22
+ clientId: zod_1.z.string().nonempty(),
23
+ clientSecret: zod_1.z.string().nonempty(),
24
+ });
25
+ //# sourceMappingURL=settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../extensions/medplum/settings.ts"],"names":[],"mappings":";;;AACA,6BAAwC;AAE3B,QAAA,QAAQ,GAAG;IACtB,QAAQ,EAAE;QACR,GAAG,EAAE,UAAU;QACf,KAAK,EAAE,WAAW;QAClB,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD;IACD,YAAY,EAAE;QACZ,GAAG,EAAE,cAAc;QACnB,KAAK,EAAE,eAAe;QACtB,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD;CACgC,CAAA;AAEtB,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACgB,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { validateAndCreateSdkClient } from './validateAndCreateSdkClient';
2
+ export declare const AWELL_IDENTIFIER_SYSTEM = "https://www.awellhealth.com/";
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AWELL_IDENTIFIER_SYSTEM = exports.validateAndCreateSdkClient = void 0;
4
+ var validateAndCreateSdkClient_1 = require("./validateAndCreateSdkClient");
5
+ Object.defineProperty(exports, "validateAndCreateSdkClient", { enumerable: true, get: function () { return validateAndCreateSdkClient_1.validateAndCreateSdkClient; } });
6
+ exports.AWELL_IDENTIFIER_SYSTEM = 'https://www.awellhealth.com/';
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../extensions/medplum/utils/index.ts"],"names":[],"mappings":";;;AAAA,2EAAyE;AAAhE,wIAAA,0BAA0B,OAAA;AAEtB,QAAA,uBAAuB,GAAG,8BAA8B,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { type NewActivityPayload, type Patient } from '@awell-health/extensions-core';
2
+ import z from 'zod';
3
+ import { MedplumClient } from '@medplum/core';
4
+ import { SettingsValidationSchema } from '../settings';
5
+ import { type Activity } from '@awell-health/extensions-core/dist/types/Activity';
6
+ type ValidateAndCreateSdkClient = <T extends z.ZodTypeAny, P extends NewActivityPayload<any, any>>(args: {
7
+ fieldsSchema: T;
8
+ payload: P;
9
+ }) => Promise<{
10
+ medplumSdk: MedplumClient;
11
+ fields: z.infer<(typeof args)['fieldsSchema']>;
12
+ settings: z.infer<typeof SettingsValidationSchema>;
13
+ patient: Patient;
14
+ activity: Activity;
15
+ }>;
16
+ export declare const validateAndCreateSdkClient: ValidateAndCreateSdkClient;
17
+ export {};
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.validateAndCreateSdkClient = void 0;
7
+ const extensions_core_1 = require("@awell-health/extensions-core");
8
+ const zod_1 = __importDefault(require("zod"));
9
+ const core_1 = require("@medplum/core");
10
+ const settings_1 = require("../settings");
11
+ const validateAndCreateSdkClient = async ({ fieldsSchema, payload, }) => {
12
+ const { settings: { clientId, clientSecret }, fields, settings, } = (0, extensions_core_1.validate)({
13
+ schema: zod_1.default.object({
14
+ fields: fieldsSchema,
15
+ settings: settings_1.SettingsValidationSchema,
16
+ }),
17
+ payload,
18
+ });
19
+ const { patient, activity } = payload;
20
+ const medplumSdk = new core_1.MedplumClient({
21
+ clientId,
22
+ });
23
+ await medplumSdk.startClientLogin(clientId, clientSecret);
24
+ return { medplumSdk, fields, settings, patient, activity };
25
+ };
26
+ exports.validateAndCreateSdkClient = validateAndCreateSdkClient;
27
+ //# sourceMappingURL=validateAndCreateSdkClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateAndCreateSdkClient.js","sourceRoot":"","sources":["../../../../extensions/medplum/utils/validateAndCreateSdkClient.ts"],"names":[],"mappings":";;;;;;AAAA,mEAIsC;AACtC,8CAAmB;AACnB,wCAA6C;AAC7C,0CAAsD;AAiB/C,MAAM,0BAA0B,GAA+B,KAAK,EAAE,EAC3E,YAAY,EACZ,OAAO,GACR,EAAE,EAAE;IACH,MAAM,EACJ,QAAQ,EAAE,EAAE,QAAQ,EAAE,YAAY,EAAE,EACpC,MAAM,EACN,QAAQ,GACT,GAAG,IAAA,0BAAQ,EAAC;QACX,MAAM,EAAE,aAAC,CAAC,MAAM,CAAC;YACf,MAAM,EAAE,YAAY;YACpB,QAAQ,EAAE,mCAAwB;SACnC,CAAC;QACF,OAAO;KACR,CAAC,CAAA;IAEF,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;IAErC,MAAM,UAAU,GAAG,IAAI,oBAAa,CAAC;QACnC,QAAQ;KACT,CAAC,CAAA;IAEF,MAAM,UAAU,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAA;IAEzD,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAA;AAC5D,CAAC,CAAA;AAzBY,QAAA,0BAA0B,8BAyBtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "1.0.233",
3
+ "version": "1.0.234",
4
4
  "packageManager": "yarn@3.4.1",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {
@@ -37,6 +37,7 @@
37
37
  "@graphql-codegen/typescript-operations": "^3.0.2",
38
38
  "@graphql-tools/apollo-engine-loader": "^7.3.26",
39
39
  "@graphql-typed-document-node/core": "^3.1.2",
40
+ "@medplum/fhirtypes": "^3.1.4",
40
41
  "@types/body-parser": "^1.19.3",
41
42
  "@types/docusign-esign": "^5.19.0",
42
43
  "@types/express": "^4.17.19",
@@ -45,6 +46,7 @@
45
46
  "@types/mailchimp__mailchimp_transactional": "^1.0.5",
46
47
  "@types/node": "^18.13.0",
47
48
  "@types/node-fetch": "^2.6.2",
49
+ "@types/pdfmake": "^0.2.9",
48
50
  "@types/showdown": "^2.0.0",
49
51
  "@types/xml2js": "^0.4.12",
50
52
  "@typescript-eslint/eslint-plugin": "^5.52.0",
@@ -67,6 +69,7 @@
67
69
  "@awell-health/extensions-core": "0.1.26",
68
70
  "@dropbox/sign": "^1.1.3",
69
71
  "@mailchimp/mailchimp_transactional": "^1.0.50",
72
+ "@medplum/core": "^3.1.4",
70
73
  "@metriport/api": "^3.1.5",
71
74
  "@sendgrid/client": "^7.7.0",
72
75
  "@sendgrid/helpers": "^7.7.0",