@medplum/core 4.2.6 → 4.3.1

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.
@@ -2996,6 +2996,8 @@ export declare function matchesRange(value: number, range: Range_2, precision?:
2996
2996
  */
2997
2997
  export declare function matchesSearchRequest(resource: Resource, searchRequest: SearchRequest): boolean;
2998
2998
 
2999
+ export declare function matchesStringValue(resourceValue: unknown, filterValue: string, asToken?: boolean): boolean;
3000
+
2999
3001
  export declare const MEDPLUM_CLI_CLIENT_ID = "medplum-cli";
3000
3002
 
3001
3003
  export declare const MEDPLUM_RELEASES_URL = "https://meta.medplum.com/releases";
@@ -2996,6 +2996,8 @@ export declare function matchesRange(value: number, range: Range_2, precision?:
2996
2996
  */
2997
2997
  export declare function matchesSearchRequest(resource: Resource, searchRequest: SearchRequest): boolean;
2998
2998
 
2999
+ export declare function matchesStringValue(resourceValue: unknown, filterValue: string, asToken?: boolean): boolean;
3000
+
2999
3001
  export declare const MEDPLUM_CLI_CLIENT_ID = "medplum-cli";
3000
3002
 
3001
3003
  export declare const MEDPLUM_RELEASES_URL = "https://meta.medplum.com/releases";