@@ -72,34 +72,31 @@ import {
7272// ─── Icon & label hints ──────────────────────────────────────────────
7373const META_TYPE_HINTS : Record < string , { label : string ; icon : LucideIcon } > = {
7474 object : { label : 'Objects' , icon : Package } ,
75- objects : { label : 'Objects' , icon : Package } ,
76- hooks : { label : 'Hooks' , icon : Anchor } ,
77- mappings : { label : 'Mappings' , icon : Map } ,
78- analyticsCubes : { label : 'Analytics Cubes' , icon : PieChart } ,
75+ hook : { label : 'Hooks' , icon : Anchor } ,
76+ mapping : { label : 'Mappings' , icon : Map } ,
77+ analyticsCube : { label : 'Analytics Cubes' , icon : PieChart } ,
7978 data : { label : 'Seed Data' , icon : Database } ,
8079 app : { label : 'Apps' , icon : AppWindow } ,
81- apps : { label : 'Apps' , icon : AppWindow } ,
82- actions : { label : 'Actions' , icon : Zap } ,
83- views : { label : 'Views' , icon : Eye } ,
84- pages : { label : 'Pages' , icon : FileCode } ,
85- dashboards : { label : 'Dashboards' , icon : BarChart3 } ,
86- reports : { label : 'Reports' , icon : FileText } ,
87- themes : { label : 'Themes' , icon : Palette } ,
88- flows : { label : 'Flows' , icon : Workflow } ,
89- workflows : { label : 'Workflows' , icon : Workflow } ,
90- approvals : { label : 'Approvals' , icon : CheckSquare } ,
91- webhooks : { label : 'Webhooks' , icon : Webhook } ,
92- roles : { label : 'Roles' , icon : UserCog } ,
93- permissions : { label : 'Permissions' , icon : Lock } ,
94- profiles : { label : 'Profiles' , icon : Shield } ,
95- sharingRules : { label : 'Sharing Rules' , icon : Shield } ,
96- policies : { label : 'Policies' , icon : Shield } ,
97- agents : { label : 'Agents' , icon : Bot } ,
98- ragPipelines : { label : 'RAG Pipelines' , icon : BookOpen } ,
99- apis : { label : 'APIs' , icon : Globe } ,
100- connectors : { label : 'Connectors' , icon : Link2 } ,
80+ action : { label : 'Actions' , icon : Zap } ,
81+ view : { label : 'Views' , icon : Eye } ,
82+ page : { label : 'Pages' , icon : FileCode } ,
83+ dashboard : { label : 'Dashboards' , icon : BarChart3 } ,
84+ report : { label : 'Reports' , icon : FileText } ,
85+ theme : { label : 'Themes' , icon : Palette } ,
86+ flow : { label : 'Flows' , icon : Workflow } ,
87+ workflow : { label : 'Workflows' , icon : Workflow } ,
88+ approval : { label : 'Approvals' , icon : CheckSquare } ,
89+ webhook : { label : 'Webhooks' , icon : Webhook } ,
90+ role : { label : 'Roles' , icon : UserCog } ,
91+ permission : { label : 'Permissions' , icon : Lock } ,
92+ profile : { label : 'Profiles' , icon : Shield } ,
93+ sharingRule : { label : 'Sharing Rules' , icon : Shield } ,
94+ policy : { label : 'Policies' , icon : Shield } ,
95+ agent : { label : 'Agents' , icon : Bot } ,
96+ ragPipeline : { label : 'RAG Pipelines' , icon : BookOpen } ,
97+ api : { label : 'APIs' , icon : Globe } ,
98+ connector : { label : 'Connectors' , icon : Link2 } ,
10199 plugin : { label : 'Plugins' , icon : Layers } ,
102- plugins : { label : 'Plugins' , icon : Layers } ,
103100 kind : { label : 'Kinds' , icon : Database } ,
104101} ;
105102
0 commit comments