@medplum/core 5.1.8 → 5.1.9
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 +2 -2
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +4 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -5676,6 +5676,10 @@ export declare interface MedplumRequestOptions extends RequestInit {
|
|
|
5676
5676
|
* Only applies when the client is configured with auto-batching enabled.
|
|
5677
5677
|
*/
|
|
5678
5678
|
disableAutoBatch?: boolean;
|
|
5679
|
+
/**
|
|
5680
|
+
* See: https://developer.mozilla.org/en-US/docs/Web/API/Request/duplex
|
|
5681
|
+
*/
|
|
5682
|
+
duplex?: 'half';
|
|
5679
5683
|
}
|
|
5680
5684
|
|
|
5681
5685
|
export declare interface MedplumSourceInfraConfig {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -5676,6 +5676,10 @@ export declare interface MedplumRequestOptions extends RequestInit {
|
|
|
5676
5676
|
* Only applies when the client is configured with auto-batching enabled.
|
|
5677
5677
|
*/
|
|
5678
5678
|
disableAutoBatch?: boolean;
|
|
5679
|
+
/**
|
|
5680
|
+
* See: https://developer.mozilla.org/en-US/docs/Web/API/Request/duplex
|
|
5681
|
+
*/
|
|
5682
|
+
duplex?: 'half';
|
|
5679
5683
|
}
|
|
5680
5684
|
|
|
5681
5685
|
export declare interface MedplumSourceInfraConfig {
|