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;