@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.
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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 {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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 {
|