frontend-plugin-api: refresh API report after rebase

Regenerate the frontend plugin API report after rebasing so the deprecated AlertApi ref annotations match the current extracted public API.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 14:54:58 +01:00
parent 305f4edf00
commit c374ed33e5
+1 -1
View File
@@ -31,7 +31,7 @@ export type AlertApi = {
alert$(): Observable<AlertMessage>;
};
// @public
// @public @deprecated
export const alertApiRef: ApiRef_2<AlertApi, 'core.alert'> & {
readonly $$type: '@backstage/ApiRef';
};