From 88226c220a2508eb5b774f923639a6b923603ae2 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 7 Mar 2024 14:03:56 +0100 Subject: [PATCH] docs: update api reports Signed-off-by: Camila Belo --- plugins/techdocs-react/api-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/techdocs-react/api-report.md b/plugins/techdocs-react/api-report.md index 93456b7586..28404a88fc 100644 --- a/plugins/techdocs-react/api-report.md +++ b/plugins/techdocs-react/api-report.md @@ -70,6 +70,10 @@ export interface TechDocsApi { ): Promise; // (undocumented) getTechDocsMetadata(entityId: CompoundEntityRef): Promise; + // (undocumented) + issueUserCookie(): Promise<{ + expiresAt: string; + }>; } // @public