From f2eb0702e1d31f4c5dcbf0adf3f03b5869dcf519 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 25 Feb 2025 13:13:33 +0100 Subject: [PATCH] sync API reports Signed-off-by: Patrik Oldsberg --- .../report-alpha.api.md | 60 +++++++++---------- plugins/notifications/report-alpha.api.md | 30 +++++----- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/plugins/catalog-unprocessed-entities/report-alpha.api.md b/plugins/catalog-unprocessed-entities/report-alpha.api.md index 6758179ffb..6b9a3a7713 100644 --- a/plugins/catalog-unprocessed-entities/report-alpha.api.md +++ b/plugins/catalog-unprocessed-entities/report-alpha.api.md @@ -19,36 +19,6 @@ const _default: FrontendPlugin< }, {}, { - 'page:catalog-unprocessed-entities': ExtensionDefinition<{ - kind: 'page'; - name: undefined; - config: { - path: string | undefined; - }; - configInput: { - path?: string | undefined; - }; - output: - | ConfigurableExtensionDataRef< - React_2.JSX.Element, - 'core.reactElement', - {} - > - | ConfigurableExtensionDataRef - | ConfigurableExtensionDataRef< - RouteRef, - 'core.routing.ref', - { - optional: true; - } - >; - inputs: {}; - params: { - defaultPath: string; - loader: () => Promise; - routeRef?: RouteRef | undefined; - }; - }>; 'nav-item:catalog-unprocessed-entities': ExtensionDefinition<{ kind: 'nav-item'; name: undefined; @@ -85,6 +55,36 @@ const _default: FrontendPlugin< factory: AnyApiFactory; }; }>; + 'page:catalog-unprocessed-entities': ExtensionDefinition<{ + kind: 'page'; + name: undefined; + config: { + path: string | undefined; + }; + configInput: { + path?: string | undefined; + }; + output: + | ConfigurableExtensionDataRef< + React_2.JSX.Element, + 'core.reactElement', + {} + > + | ConfigurableExtensionDataRef + | ConfigurableExtensionDataRef< + RouteRef, + 'core.routing.ref', + { + optional: true; + } + >; + inputs: {}; + params: { + defaultPath: string; + loader: () => Promise; + routeRef?: RouteRef | undefined; + }; + }>; } >; export default _default; diff --git a/plugins/notifications/report-alpha.api.md b/plugins/notifications/report-alpha.api.md index 96bb31a925..2038b2c873 100644 --- a/plugins/notifications/report-alpha.api.md +++ b/plugins/notifications/report-alpha.api.md @@ -18,6 +18,21 @@ const _default: FrontendPlugin< }, {}, { + 'api:notifications': ExtensionDefinition<{ + kind: 'api'; + name: undefined; + config: {}; + configInput: {}; + output: ConfigurableExtensionDataRef< + AnyApiFactory, + 'core.api.factory', + {} + >; + inputs: {}; + params: { + factory: AnyApiFactory; + }; + }>; 'page:notifications': ExtensionDefinition<{ kind: 'page'; name: undefined; @@ -48,21 +63,6 @@ const _default: FrontendPlugin< routeRef?: RouteRef | undefined; }; }>; - 'api:notifications': ExtensionDefinition<{ - kind: 'api'; - name: undefined; - config: {}; - configInput: {}; - output: ConfigurableExtensionDataRef< - AnyApiFactory, - 'core.api.factory', - {} - >; - inputs: {}; - params: { - factory: AnyApiFactory; - }; - }>; } >; export default _default;