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 d1abd58c2d0 Regen
d1abd58c2d0 is described below

commit d1abd58c2d08293d2e2e755950c0a763f79e751f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Oct 14 06:34:03 2022 +0200

    Regen
---
 .../org/apache/camel/catalog/components/dropbox.json         |  2 +-
 .../builder/endpoint/dsl/DropboxEndpointBuilderFactory.java  | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
index 03f023a154c..626adb07be2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
@@ -53,7 +53,7 @@
     "newRemotePath": { "kind": "parameter", "displayName": "New Remote Path", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Destination file or 
folder" },
     "uploadMode": { "kind": "parameter", "displayName": "Upload Mode", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.dropbox.util.DropboxUploadMode", 
"enum": [ "add", "force" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Which mode to upload. in 
case of add the new fi [...]
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether the producer should be started lazy (on the first 
message). By starting lazy you can use this to allow CamelContext and routes to 
startup in situations where a producer may other [...]
-    "client": { "kind": "parameter", "displayName": "Client", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "To use an existing 
DbxClient instance as DropBox client." },
+    "client": { "kind": "parameter", "displayName": "Client", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "To use an existing 
DbxClient instance as Dropbox client." },
     "accessToken": { "kind": "parameter", "displayName": "Access Token", 
"group": "security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The access token to make 
API requests for a specific Dropbox user" },
     "apiKey": { "kind": "parameter", "displayName": "Api Key", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The apiKey to make API 
requests for a specific Dropbox user" },
     "apiSecret": { "kind": "parameter", "displayName": "Api Secret", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The apiSecret to make 
API requests for a specific Dropbox user" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java
index 874e5bbaeed..81084c8adf0 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java
@@ -308,7 +308,7 @@ public interface DropboxEndpointBuilderFactory {
             return this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option is a:
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.
@@ -324,7 +324,7 @@ public interface DropboxEndpointBuilderFactory {
             return this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.
@@ -615,7 +615,7 @@ public interface DropboxEndpointBuilderFactory {
             return this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option is a:
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.
@@ -631,7 +631,7 @@ public interface DropboxEndpointBuilderFactory {
             return this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.
@@ -806,7 +806,7 @@ public interface DropboxEndpointBuilderFactory {
             return (DropboxEndpointBuilder) this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option is a:
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.
@@ -822,7 +822,7 @@ public interface DropboxEndpointBuilderFactory {
             return this;
         }
         /**
-         * To use an existing DbxClient instance as DropBox client.
+         * To use an existing DbxClient instance as Dropbox client.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.dropbox.core.v2.DbxClientV2&lt;/code&gt; type.

Reply via email to