@medplum/core 4.1.3 → 4.1.5

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.
@@ -325,7 +325,7 @@ export declare abstract class BooleanInfixOperatorAtom extends InfixOperatorAtom
325
325
  */
326
326
  export declare function booleanToTypedValue(value: boolean): [TypedValue];
327
327
 
328
- export declare interface BotEvent<T = Resource | Hl7Message | string | Record<string, any>> {
328
+ export declare interface BotEvent<T = unknown> {
329
329
  readonly bot: Reference<Bot>;
330
330
  readonly contentType: string;
331
331
  readonly input: T;
@@ -325,7 +325,7 @@ export declare abstract class BooleanInfixOperatorAtom extends InfixOperatorAtom
325
325
  */
326
326
  export declare function booleanToTypedValue(value: boolean): [TypedValue];
327
327
 
328
- export declare interface BotEvent<T = Resource | Hl7Message | string | Record<string, any>> {
328
+ export declare interface BotEvent<T = unknown> {
329
329
  readonly bot: Reference<Bot>;
330
330
  readonly contentType: string;
331
331
  readonly input: T;