@medplum/react 3.2.15 → 3.2.17

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.
@@ -332,6 +332,7 @@ export declare interface BaseChatProps extends PaperProps {
332
332
  readonly query: string;
333
333
  readonly sendMessage: (content: string) => void;
334
334
  readonly onMessageReceived?: (message: Communication) => void;
335
+ readonly onMessageUpdated?: (message: Communication) => void;
335
336
  readonly inputDisabled?: boolean;
336
337
  readonly onError?: (err: Error) => void;
337
338
  }
@@ -332,6 +332,7 @@ export declare interface BaseChatProps extends PaperProps {
332
332
  readonly query: string;
333
333
  readonly sendMessage: (content: string) => void;
334
334
  readonly onMessageReceived?: (message: Communication) => void;
335
+ readonly onMessageUpdated?: (message: Communication) => void;
335
336
  readonly inputDisabled?: boolean;
336
337
  readonly onError?: (err: Error) => void;
337
338
  }