@medplum/mock 5.0.9 → 5.0.11

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.
@@ -329,6 +329,7 @@ export declare class MockClient extends MedplumClient {
329
329
  subManager: MockSubscriptionManager | undefined;
330
330
  constructor(clientOptions?: MockClientOptions);
331
331
  clear(): void;
332
+ withSeeding<T>(fn: () => T | Promise<T>): Promise<T>;
332
333
  getProfile(): ProfileResource | undefined;
333
334
  getUserConfiguration(): WithId<UserConfiguration> | undefined;
334
335
  setActiveLoginOverride(activeLoginOverride: LoginState): void;
@@ -329,6 +329,7 @@ export declare class MockClient extends MedplumClient {
329
329
  subManager: MockSubscriptionManager | undefined;
330
330
  constructor(clientOptions?: MockClientOptions);
331
331
  clear(): void;
332
+ withSeeding<T>(fn: () => T | Promise<T>): Promise<T>;
332
333
  getProfile(): ProfileResource | undefined;
333
334
  getUserConfiguration(): WithId<UserConfiguration> | undefined;
334
335
  setActiveLoginOverride(activeLoginOverride: LoginState): void;