@medplum/core 3.2.20 → 3.2.21

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.
@@ -4503,6 +4503,14 @@ export declare interface MedplumClientOptions {
4503
4503
  * When the verbose flag is set, the client will log all requests and responses to the console.
4504
4504
  */
4505
4505
  verbose?: boolean;
4506
+ /**
4507
+ * Optional flag to enable or disable Medplum extended mode.
4508
+ *
4509
+ * Medplum extended mode includes a few non-standard FHIR properties such as meta.author and meta.project.
4510
+ *
4511
+ * Default is true.
4512
+ */
4513
+ extendedMode?: boolean;
4506
4514
  }
4507
4515
 
4508
4516
  export declare interface MedplumInfraConfig {
@@ -4503,6 +4503,14 @@ export declare interface MedplumClientOptions {
4503
4503
  * When the verbose flag is set, the client will log all requests and responses to the console.
4504
4504
  */
4505
4505
  verbose?: boolean;
4506
+ /**
4507
+ * Optional flag to enable or disable Medplum extended mode.
4508
+ *
4509
+ * Medplum extended mode includes a few non-standard FHIR properties such as meta.author and meta.project.
4510
+ *
4511
+ * Default is true.
4512
+ */
4513
+ extendedMode?: boolean;
4506
4514
  }
4507
4515
 
4508
4516
  export declare interface MedplumInfraConfig {