mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Implementing the Easy AI Workflow experiment (#12043)
This commit is contained in:
committed by
GitHub
parent
7b20f8aaa8
commit
67ed1d2c3c
@@ -4,4 +4,5 @@ import { Z } from 'zod-class';
|
||||
export class SettingsUpdateRequestDto extends Z.class({
|
||||
userActivated: z.boolean().optional(),
|
||||
allowSSOManualLogin: z.boolean().optional(),
|
||||
easyAIWorkflowOnboarded: z.boolean().optional(),
|
||||
}) {}
|
||||
|
||||
@@ -173,4 +173,5 @@ export interface FrontendSettings {
|
||||
};
|
||||
betaFeatures: FrontendBetaFeatures[];
|
||||
virtualSchemaView: boolean;
|
||||
easyAIWorkflowOnboarded: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user