@medplum/fhir-router 4.3.8 → 4.3.10

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.
@@ -316,6 +316,7 @@ export declare function updateResourceImpl<T extends Resource>(resourceType: T['
316
316
 
317
317
  export declare type UpdateResourceOptions = {
318
318
  ifMatch?: string;
319
+ inheritAccounts?: boolean;
319
320
  };
320
321
 
321
322
  export { }
@@ -316,6 +316,7 @@ export declare function updateResourceImpl<T extends Resource>(resourceType: T['
316
316
 
317
317
  export declare type UpdateResourceOptions = {
318
318
  ifMatch?: string;
319
+ inheritAccounts?: boolean;
319
320
  };
320
321
 
321
322
  export { }