From ac890a8535e5ae5ccf990fe85c7807da714a4318 Mon Sep 17 00:00:00 2001 From: "greg.thompson" Date: Fri, 5 Jun 2026 13:50:55 +0000 Subject: [PATCH] Add widgets:pipes:manage to WidgetScope type Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- src/widgets/interfaces/get-token.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/interfaces/get-token.ts b/src/widgets/interfaces/get-token.ts index 895eecec6..f897c42cb 100644 --- a/src/widgets/interfaces/get-token.ts +++ b/src/widgets/interfaces/get-token.ts @@ -4,7 +4,8 @@ export type WidgetScope = | 'widgets:domain-verification:manage' | 'widgets:dsync:manage' | 'widgets:api-keys:manage' - | 'widgets:audit-log-streaming:manage'; + | 'widgets:audit-log-streaming:manage' + | 'widgets:pipes:manage'; export interface GetTokenOptions { organizationId: string; userId?: string;