@medplum/core 3.2.11 → 3.2.12

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.
@@ -1345,7 +1345,7 @@ export declare function findObservationReferenceRange(definition: ObservationDef
1345
1345
  */
1346
1346
  export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
1347
1347
 
1348
- export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
1348
+ export declare function flatMapFilter<T, U>(arr: T[] | undefined, fn: (value: T, idx: number) => U | undefined): U[];
1349
1349
 
1350
1350
  export declare const forbidden: OperationOutcome;
1351
1351
 
@@ -1345,7 +1345,7 @@ export declare function findObservationReferenceRange(definition: ObservationDef
1345
1345
  */
1346
1346
  export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
1347
1347
 
1348
- export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
1348
+ export declare function flatMapFilter<T, U>(arr: T[] | undefined, fn: (value: T, idx: number) => U | undefined): U[];
1349
1349
 
1350
1350
  export declare const forbidden: OperationOutcome;
1351
1351