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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8c2e6c22 [create-pull-request] automated change
8c2e6c22 is described below

commit 8c2e6c223ebf7b1ee8f9f1056a43f59e39175068
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 14 01:12:03 2022 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/catalog/karaf/components/dropbox.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/dropbox.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/dropbox.json
index 03f023a1..626adb07 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/dropbox.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/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" },

Reply via email to