@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.
@@ -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 {
@@ -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 {