This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b612e85caf27 Regen
b612e85caf27 is described below

commit b612e85caf27e101dac0615206afe387d3c4aa79
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 9 08:51:07 2026 +0200

    Regen
---
 .../apache/camel/catalog/dev-consoles-openapi.json    | 10 ++++++++++
 .../camel/catalog/dev-consoles/route-topology.json    | 19 +++++++++++++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json
index e3d001e3183e..b980d31ba932 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json
@@ -6842,6 +6842,16 @@
                                                        "default": false
                                                }
                                        },
+                                       {
+                                               "name": "kamelets",
+                                               "in": "query",
+                                               "description": "Whether to 
include routes created by Kamelets. These are hidden by default, as they are an 
implementation detail of the Kamelet",
+                                               "required": false,
+                                               "schema": {
+                                                       "type": "boolean",
+                                                       "default": false
+                                               }
+                                       },
                                        {
                                                "name": "metric",
                                                "in": "query",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json
index 7c4fe2e36fb6..26284535e933 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json
@@ -28,9 +28,24 @@
       "defaultValue": false,
       "description": "Whether to include external systems (databases, 
messaging brokers, etc.) as nodes"
     },
-    "metric": {
+    "kamelets": {
       "index": 1,
       "kind": "option",
+      "displayName": "Kamelets",
+      "group": "query",
+      "label": "query",
+      "required": false,
+      "type": "boolean",
+      "javaType": "java.lang.Boolean",
+      "deprecated": false,
+      "autowired": false,
+      "secret": false,
+      "defaultValue": false,
+      "description": "Whether to include routes created by Kamelets. These are 
hidden by default, as they are an implementation detail of the Kamelet"
+    },
+    "metric": {
+      "index": 2,
+      "kind": "option",
       "displayName": "Metric",
       "group": "query",
       "label": "query",
@@ -44,7 +59,7 @@
       "description": "Whether to include live metrics (message counts) on 
nodes and edges"
     },
     "routes": {
-      "index": 2,
+      "index": 3,
       "kind": "option",
       "displayName": "Routes",
       "group": "query",

Reply via email to