blink 1.1.36 → 1.1.37

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.
@@ -522,7 +522,7 @@ interface UseEditAgentOptions {
522
522
  readonly directory: string;
523
523
  readonly apiServerUrl?: string;
524
524
  readonly env: Record<string, string>;
525
- readonly getDevhookUrl: () => string;
525
+ readonly getDevhookUrl: () => Promise<string>;
526
526
  }
527
527
  interface ClientAndLock {
528
528
  readonly client: Client;
@@ -522,7 +522,7 @@ interface UseEditAgentOptions {
522
522
  readonly directory: string;
523
523
  readonly apiServerUrl?: string;
524
524
  readonly env: Record<string, string>;
525
- readonly getDevhookUrl: () => string;
525
+ readonly getDevhookUrl: () => Promise<string>;
526
526
  }
527
527
  interface ClientAndLock {
528
528
  readonly client: Client;