@medplum/core 3.2.3 → 3.2.5
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 +3 -3
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.mjs +3 -3
- package/dist/esm/index.mjs.map +3 -3
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1259,6 +1259,8 @@ export declare function findObservationReferenceRange(definition: ObservationDef
|
|
|
1259
1259
|
*/
|
|
1260
1260
|
export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
|
|
1261
1261
|
|
|
1262
|
+
export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
|
|
1263
|
+
|
|
1262
1264
|
export declare const forbidden: OperationOutcome;
|
|
1263
1265
|
|
|
1264
1266
|
/**
|
|
@@ -2502,8 +2504,6 @@ export declare interface MailOptions {
|
|
|
2502
2504
|
*/
|
|
2503
2505
|
export declare function mapByIdentifier<T extends Resource = Resource>(resourceBundle: Bundle<T>, identifierSystem: string): Map<string, T>;
|
|
2504
2506
|
|
|
2505
|
-
export declare function mapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
|
|
2506
|
-
|
|
2507
2507
|
export declare interface Marker {
|
|
2508
2508
|
index: number;
|
|
2509
2509
|
line: number;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1259,6 +1259,8 @@ export declare function findObservationReferenceRange(definition: ObservationDef
|
|
|
1259
1259
|
*/
|
|
1260
1260
|
export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
|
|
1261
1261
|
|
|
1262
|
+
export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
|
|
1263
|
+
|
|
1262
1264
|
export declare const forbidden: OperationOutcome;
|
|
1263
1265
|
|
|
1264
1266
|
/**
|
|
@@ -2502,8 +2504,6 @@ export declare interface MailOptions {
|
|
|
2502
2504
|
*/
|
|
2503
2505
|
export declare function mapByIdentifier<T extends Resource = Resource>(resourceBundle: Bundle<T>, identifierSystem: string): Map<string, T>;
|
|
2504
2506
|
|
|
2505
|
-
export declare function mapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
|
|
2506
|
-
|
|
2507
2507
|
export declare interface Marker {
|
|
2508
2508
|
index: number;
|
|
2509
2509
|
line: number;
|