@medplum/fhir-router 4.4.1 → 4.4.3

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.
@@ -1,16 +1,16 @@
1
- import { Bundle } from '@medplum/fhirtypes';
2
- import { CapabilityStatementRestInteraction } from '@medplum/fhirtypes';
3
- import { CapabilityStatementRestResourceInteraction } from '@medplum/fhirtypes';
4
- import { Event as Event_2 } from '@medplum/core';
1
+ import type { Bundle } from '@medplum/fhirtypes';
2
+ import type { CapabilityStatementRestInteraction } from '@medplum/fhirtypes';
3
+ import type { CapabilityStatementRestResourceInteraction } from '@medplum/fhirtypes';
4
+ import type { Event as Event_2 } from '@medplum/core';
5
5
  import { EventTarget as EventTarget_2 } from '@medplum/core';
6
6
  import type { IncomingHttpHeaders } from 'node:http';
7
- import { Operation } from 'rfc6902';
8
- import { OperationOutcome } from '@medplum/fhirtypes';
7
+ import type { Operation } from 'rfc6902';
8
+ import type { OperationOutcome } from '@medplum/fhirtypes';
9
9
  import { OperationOutcomeError } from '@medplum/core';
10
- import { Reference } from '@medplum/fhirtypes';
11
- import { Resource } from '@medplum/fhirtypes';
12
- import { SearchRequest } from '@medplum/core';
13
- import { WithId } from '@medplum/core';
10
+ import type { Reference } from '@medplum/fhirtypes';
11
+ import type { Resource } from '@medplum/fhirtypes';
12
+ import type { SearchRequest } from '@medplum/core';
13
+ import type { WithId } from '@medplum/core';
14
14
 
15
15
  export declare interface BatchEvent extends Event_2 {
16
16
  bundleType: Bundle['type'];
@@ -1,16 +1,16 @@
1
- import { Bundle } from '@medplum/fhirtypes';
2
- import { CapabilityStatementRestInteraction } from '@medplum/fhirtypes';
3
- import { CapabilityStatementRestResourceInteraction } from '@medplum/fhirtypes';
4
- import { Event as Event_2 } from '@medplum/core';
1
+ import type { Bundle } from '@medplum/fhirtypes';
2
+ import type { CapabilityStatementRestInteraction } from '@medplum/fhirtypes';
3
+ import type { CapabilityStatementRestResourceInteraction } from '@medplum/fhirtypes';
4
+ import type { Event as Event_2 } from '@medplum/core';
5
5
  import { EventTarget as EventTarget_2 } from '@medplum/core';
6
6
  import type { IncomingHttpHeaders } from 'node:http';
7
- import { Operation } from 'rfc6902';
8
- import { OperationOutcome } from '@medplum/fhirtypes';
7
+ import type { Operation } from 'rfc6902';
8
+ import type { OperationOutcome } from '@medplum/fhirtypes';
9
9
  import { OperationOutcomeError } from '@medplum/core';
10
- import { Reference } from '@medplum/fhirtypes';
11
- import { Resource } from '@medplum/fhirtypes';
12
- import { SearchRequest } from '@medplum/core';
13
- import { WithId } from '@medplum/core';
10
+ import type { Reference } from '@medplum/fhirtypes';
11
+ import type { Resource } from '@medplum/fhirtypes';
12
+ import type { SearchRequest } from '@medplum/core';
13
+ import type { WithId } from '@medplum/core';
14
14
 
15
15
  export declare interface BatchEvent extends Event_2 {
16
16
  bundleType: Bundle['type'];