Skip to content

Commit 023a02e

Browse files
committed
Add widgets:dsync:manage scope to WidgetScope type
1 parent 29048e9 commit 023a02e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/widgets/interfaces/get-token.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export type WidgetScope =
22
| 'widgets:users-table:manage'
33
| 'widgets:sso:manage'
44
| 'widgets:domain-verification:manage'
5+
| 'widgets:dsync:manage'
56
| 'widgets:api-keys:manage';
67
export interface GetTokenOptions {
78
organizationId: string;

0 commit comments

Comments
 (0)