@medplum/fhir-router 3.0.6 → 3.0.7

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.
@@ -205,6 +205,7 @@ export declare type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | '
205
205
 
206
206
  export declare interface LogEvent extends Event_2 {
207
207
  message: string;
208
+ data?: Record<string, any>;
208
209
  }
209
210
 
210
211
  export declare class MemoryRepository extends BaseRepository implements FhirRepository {
@@ -205,6 +205,7 @@ export declare type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | '
205
205
 
206
206
  export declare interface LogEvent extends Event_2 {
207
207
  message: string;
208
+ data?: Record<string, any>;
208
209
  }
209
210
 
210
211
  export declare class MemoryRepository extends BaseRepository implements FhirRepository {