From 6f6ffa5fe0bac5d522a5e3f8f4264d29e87413dc Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 21 Oct 2022 15:33:08 +0200 Subject: [PATCH] chore: api-report Signed-off-by: Leon --- plugins/tech-insights-backend/api-report.md | 1 + plugins/tech-insights-node/api-report.md | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/tech-insights-backend/api-report.md b/plugins/tech-insights-backend/api-report.md index 94ac35ad9f..8951a81abf 100644 --- a/plugins/tech-insights-backend/api-report.md +++ b/plugins/tech-insights-backend/api-report.md @@ -60,6 +60,7 @@ export type FactRetrieverRegistrationOptions = { factRetriever: FactRetriever; lifecycle?: FactLifecycle; timeout?: Duration | HumanDuration; + initialDelay?: Duration | HumanDuration; }; // @public (undocumented) diff --git a/plugins/tech-insights-node/api-report.md b/plugins/tech-insights-node/api-report.md index a57cf3ec4a..4c3df0cc80 100644 --- a/plugins/tech-insights-node/api-report.md +++ b/plugins/tech-insights-node/api-report.md @@ -75,6 +75,7 @@ export type FactRetrieverRegistration = { cadence?: string; timeout?: Duration | HumanDuration; lifecycle?: FactLifecycle; + initialDelay?: Duration | HumanDuration; }; // @public