Skip to content

Commit 6c52aac

Browse files
authored
Add widgets:domain-verification:manage to WidgetScope (#1341)
## Description ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent cac8511 commit 6c52aac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/widgets/interfaces/get-token.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
export type WidgetScope = 'widgets:users-table:manage' | 'widgets:sso:manage';
1+
export type WidgetScope =
2+
| 'widgets:users-table:manage'
3+
| 'widgets:sso:manage'
4+
| 'widgets:domain-verification:manage';
25

36
export interface GetTokenOptions {
47
organizationId: string;

0 commit comments

Comments
 (0)