Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
ManageIntlMessages = 'manageIntlMessages',
ViewIntlMessages = 'viewIntlMessages',
LLMLogTransfer = 'llmLogTransfer',
ManageWorkflows = 'manageWorkflows'
}

/**
Expand Down Expand Up @@ -148,7 +149,7 @@
/**
* The action scope definitions
*/
const SCOPES_WITHOUT_VIEW_ONLY: {

Check failure on line 152 in src/scopes.ts

View workflow job for this annotation

GitHub Actions / build-and-upload-artifacts

Property '[ScopeName.ManageWorkflows]' is missing in type '{ fullAdmin: { dependencies: ScopeName[]; description: string; title: string; type: ScopeType.Modify; products: TranscendProduct[]; }; manageSombraRootKeys: { ...; }; ... 85 more ...; llmLogTransfer: { ...; }; }' but required in type '{ fullAdmin: ScopeDefinition; viewAllActionItems: ScopeDefinition; manageAllActionItems: ScopeDefinition; makeDataSubjectRequest: ScopeDefinition; ... 84 more ...; manageWorkflows: ScopeDefinition; }'.
[name in Exclude<ScopeName, ScopeName.ReadOnly>]: ScopeDefinition;
} = {
[ScopeName.FullAdmin]: {
Expand Down
Loading