@medplum/core 5.1.14 → 5.1.15
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 +6 -6
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +2 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.mjs +5 -5
- package/dist/esm/index.mjs.map +3 -3
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -2133,6 +2133,8 @@ export declare function getDisplayString(resource: Resource): string;
|
|
|
2133
2133
|
*/
|
|
2134
2134
|
export declare function getElementDefinition(typeName: string, propertyName: string, profileUrl?: string): InternalSchemaElement | undefined;
|
|
2135
2135
|
|
|
2136
|
+
export declare function getElementDefinitionForPath(typeName: string, path: string, profileUrl?: string): InternalSchemaElement | undefined;
|
|
2137
|
+
|
|
2136
2138
|
/**
|
|
2137
2139
|
* Returns an element definition from mapping of elements by property name.
|
|
2138
2140
|
* @param elements - A mapping of property names to element definitions
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2133,6 +2133,8 @@ export declare function getDisplayString(resource: Resource): string;
|
|
|
2133
2133
|
*/
|
|
2134
2134
|
export declare function getElementDefinition(typeName: string, propertyName: string, profileUrl?: string): InternalSchemaElement | undefined;
|
|
2135
2135
|
|
|
2136
|
+
export declare function getElementDefinitionForPath(typeName: string, path: string, profileUrl?: string): InternalSchemaElement | undefined;
|
|
2137
|
+
|
|
2136
2138
|
/**
|
|
2137
2139
|
* Returns an element definition from mapping of elements by property name.
|
|
2138
2140
|
* @param elements - A mapping of property names to element definitions
|