From c1483c2da254cc44152fa325e697b9db695c9b9b Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Tue, 15 Jul 2025 10:22:24 +0200 Subject: [PATCH] chore: updating api-reports Signed-off-by: benjdlambert --- plugins/catalog/report-alpha.api.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 4be914a69d..4e00a5185e 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -1012,9 +1012,26 @@ const _default: FrontendPlugin< }>; 'page:catalog': ExtensionDefinition<{ config: { + pagination: + | boolean + | { + mode: 'offset' | 'cursor'; + offset?: number | undefined; + limit?: number | undefined; + }; + } & { path: string | undefined; }; configInput: { + pagination?: + | boolean + | { + mode: 'offset' | 'cursor'; + offset?: number | undefined; + limit?: number | undefined; + } + | undefined; + } & { path?: string | undefined; }; output: