From e1cb610c7bed1d49372adaee658bacd47e1fc443 Mon Sep 17 00:00:00 2001 From: pillaris Date: Mon, 27 Apr 2026 10:55:37 +0530 Subject: [PATCH] fix: update alpha API report for MSGraphCursor.nextLink type change Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: pillaris --- .../report-alpha.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md index 38d4e4278d..ed6376fb04 100644 --- a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md +++ b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md @@ -91,7 +91,7 @@ export type MSGraphContext = { // @public export type MSGraphCursor = { phase: 'users' | 'groups'; - nextLink: string | null; + nextLink?: string; }; // (No @packageDocumentation comment for this package)