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

github-bot pushed a commit to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b0bd7eca272e07c864b79c930d5a2391fb3febd3
Author: davsclaus <[email protected]>
AuthorDate: Mon Jun 27 17:47:52 2022 +0000

    Regen for commit 861e5c0f89242412283b4385ec2237eb94fed289
    
    Signed-off-by: GitHub <[email protected]>
---
 .../generated/resources/org/apache/camel/catalog/components/slack.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/slack.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/slack.json
index 203728ef1c5..62489c393f9 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/slack.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/slack.json
@@ -29,7 +29,7 @@
     "webhookUrl": { "kind": "property", "displayName": "Webhook Url", "group": 
"webhook", "label": "webhook", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The incoming webhook URL" }
   },
   "properties": {
-    "channel": { "kind": "path", "displayName": "Channel", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The channel name (syntax #name) or 
slackuser (syntax userName) to send a message directly to an user." },
+    "channel": { "kind": "path", "displayName": "Channel", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The channel name (syntax #name) or 
slack user (syntax userName) to send a message directly to an user." },
     "token": { "kind": "parameter", "displayName": "Token", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": true, 
"description": "The token to access Slack. This app needs to have 
channels:history, groups:history, im:history, mpim:history, channels:read, 
groups:read, im:read and mpim:read permissions. The User OAuth Token is the 
kind of token needed." },
     "conversationType": { "kind": "parameter", "displayName": "Conversation 
Type", "group": "consumer", "label": "consumer", "required": false, "type": 
"object", "javaType": "com.slack.api.model.ConversationType", "enum": [ 
"PUBLIC_CHANNEL", "PRIVATE_CHANNEL", "MPIM", "IM" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "PUBLIC_CHANNEL", 
"description": "Type of conversation" },
     "maxResults": { "kind": "parameter", "displayName": "Max Results", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "10", "description": "The Max Result for the 
poll" },

Reply via email to