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-spring-boot.git


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

commit fe0950b89c1ad7fc0fdc220d5914a42846dfe083
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 7 06:44:07 2022 +0200

    [create-pull-request] automated change (#564)
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 .../org/apache/camel/springboot/catalog/components/dropbox.json       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
index bb9cd75cc3d..6b7190425c0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
@@ -44,11 +44,15 @@
   "properties": {
     "operation": { "kind": "path", "displayName": "Operation", "group": 
"common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.dropbox.util.DropboxOperation", "enum": [ "put", 
"del", "search", "get", "move" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The specific action ( 
[...]
     "accessToken": { "kind": "parameter", "displayName": "Access Token", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "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": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "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": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The apiSecret to make 
API requests for a specific Dropbox user" },
     "client": { "kind": "parameter", "displayName": "Client", "group": 
"common", "label": "", "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." },
     "clientIdentifier": { "kind": "parameter", "displayName": "Client 
Identifier", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Name of the app 
registered to make API requests" },
+    "expireIn": { "kind": "parameter", "displayName": "Expire In", "group": 
"common", "label": "", "required": true, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The expire time to 
access token for a specific Dropbox user" },
     "localPath": { "kind": "parameter", "displayName": "Local Path", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Optional folder or file 
to upload on Dropbox from the local filesystem. If this option has not been 
configured then the message  [...]
     "newRemotePath": { "kind": "parameter", "displayName": "New Remote Path", 
"group": "common", "label": "", "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" },
     "query": { "kind": "parameter", "displayName": "Query", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "A space-separated list 
of sub-strings to search for. A file matches only if it contains all the 
sub-strings. If this option is not set, a [...]
+    "refreshToken": { "kind": "parameter", "displayName": "Refresh Token", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The refresh token to 
refresh the access token for a specific Dropbox user" },
     "remotePath": { "kind": "parameter", "displayName": "Remote Path", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Original file or folder 
to move" },
     "uploadMode": { "kind": "parameter", "displayName": "Upload Mode", 
"group": "common", "label": "", "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 file will be [...]
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]

Reply via email to