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