@medplum/core 3.2.16 → 3.2.17
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 +5 -5
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +3 -1
- package/dist/esm/index.d.ts +3 -1
- 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
|
@@ -2023,6 +2023,8 @@ export declare interface IncludeTarget {
|
|
|
2023
2023
|
modifier?: 'iterate';
|
|
2024
2024
|
}
|
|
2025
2025
|
|
|
2026
|
+
export declare function indexDefaultSearchParameters(bundle: Bundle): void;
|
|
2027
|
+
|
|
2026
2028
|
/**
|
|
2027
2029
|
* An IndexedStructureDefinition is a lookup-optimized version of a StructureDefinition.
|
|
2028
2030
|
*
|
|
@@ -2826,7 +2828,7 @@ export declare class MedplumClient extends TypedEventTarget<MedplumClientEventMa
|
|
|
2826
2828
|
* @param options - Optional fetch options.
|
|
2827
2829
|
* @returns Promise to the response content.
|
|
2828
2830
|
*/
|
|
2829
|
-
post(url: URL | string, body
|
|
2831
|
+
post(url: URL | string, body?: any, contentType?: string, options?: MedplumRequestOptions): Promise<any>;
|
|
2830
2832
|
/**
|
|
2831
2833
|
* Makes an HTTP PUT request to the specified URL.
|
|
2832
2834
|
*
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2023,6 +2023,8 @@ export declare interface IncludeTarget {
|
|
|
2023
2023
|
modifier?: 'iterate';
|
|
2024
2024
|
}
|
|
2025
2025
|
|
|
2026
|
+
export declare function indexDefaultSearchParameters(bundle: Bundle): void;
|
|
2027
|
+
|
|
2026
2028
|
/**
|
|
2027
2029
|
* An IndexedStructureDefinition is a lookup-optimized version of a StructureDefinition.
|
|
2028
2030
|
*
|
|
@@ -2826,7 +2828,7 @@ export declare class MedplumClient extends TypedEventTarget<MedplumClientEventMa
|
|
|
2826
2828
|
* @param options - Optional fetch options.
|
|
2827
2829
|
* @returns Promise to the response content.
|
|
2828
2830
|
*/
|
|
2829
|
-
post(url: URL | string, body
|
|
2831
|
+
post(url: URL | string, body?: any, contentType?: string, options?: MedplumRequestOptions): Promise<any>;
|
|
2830
2832
|
/**
|
|
2831
2833
|
* Makes an HTTP PUT request to the specified URL.
|
|
2832
2834
|
*
|