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

commit 1c6bebcfd8ac4da1c6f9cd701cca9d112d30fe12
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Mar 4 13:53:00 2024 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/aws-bedrock.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/twilio.json      | 6 +-----
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock.json
index 6525a97f576..452b460a432 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock.json
@@ -26,7 +26,7 @@
     "configuration": { "index": 0, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", "deprecated": 
false, "autowired": false, "secret": false, "description": "Component 
configuration" },
     "lazyStartProducer": { "index": 1, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "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 otherwise fail [...]
     "modelId": { "index": 2, "kind": "property", "displayName": "Model Id", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "Define the model Id we 
are going to use" },
-    "operation": { "index": 3, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.aws2.bedrock.BedrockOperations", 
"enum": [ "invokeTextModel", "invokeImageModel" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description" [...]
+    "operation": { "index": 3, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.aws2.bedrock.BedrockOperations", 
"enum": [ "invokeTextModel", "invokeImageModel", "invokeEmbeddingsModel" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "conf [...]
     "overrideEndpoint": { "index": 4, "kind": "property", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "Set the need for 
overriding the endpoint. This option needs to be used in combina [...]
     "pojoRequest": { "index": 5, "kind": "property", "displayName": "Pojo 
Request", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "If we want to use a POJO 
request as body or not" },
     "profileCredentialsName": { "index": 6, "kind": "property", "displayName": 
"Profile Credentials Name", "group": "producer", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "If using a profile 
credentials provider, this parameter wi [...]
@@ -55,7 +55,7 @@
   "properties": {
     "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "Logical name" },
     "modelId": { "index": 1, "kind": "parameter", "displayName": "Model Id", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "Define the model Id we 
are going to use" },
-    "operation": { "index": 2, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "", "required": true, "type": 
"object", "javaType": 
"org.apache.camel.component.aws2.bedrock.BedrockOperations", "enum": [ 
"invokeTextModel", "invokeImageModel" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description [...]
+    "operation": { "index": 2, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "", "required": true, "type": 
"object", "javaType": 
"org.apache.camel.component.aws2.bedrock.BedrockOperations", "enum": [ 
"invokeTextModel", "invokeImageModel", "invokeEmbeddingsModel" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "con [...]
     "overrideEndpoint": { "index": 3, "kind": "parameter", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "Set the need for 
overriding the endpoint. This option needs to be used in combin [...]
     "pojoRequest": { "index": 4, "kind": "parameter", "displayName": "Pojo 
Request", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "If we want to use a POJO 
request as body or not" },
     "profileCredentialsName": { "index": 5, "kind": "parameter", 
"displayName": "Profile Credentials Name", "group": "producer", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.aws2.bedrock.BedrockConfiguration", 
"configurationField": "configuration", "description": "If using a profile 
credentials provider, this parameter w [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
index 9acb8a3d8bc..e089178f909 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
@@ -34,7 +34,7 @@
     "username": { "index": 7, "kind": "property", "displayName": "Username", 
"group": "security", "label": "common,security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "description": "The account to use." }
   },
   "properties": {
-    "apiName": { "index": 0, "kind": "path", "displayName": "Api Name", 
"group": "common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.twilio.internal.TwilioApiName", "enum": [ 
"ACCOUNT", "ADDRESS", "APPLICATION", "AVAILABLE_PHONE_NUMBER_COUNTRY", "CALL", 
"CONFERENCE", "CONNECT_APP", "INCOMING_PHONE_NUMBER", "KEY", "MESSAGE", 
"NEW_KEY", "NEW_SIGNING_KEY", "NOTIFICATION", "OUTGOING_CALLER_ID", "QUEUE", 
"RECORDING", "SHORT_CODE", "SIGNING_KEY",  [...]
+    "apiName": { "index": 0, "kind": "path", "displayName": "Api Name", 
"group": "common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.twilio.internal.TwilioApiName", "enum": [ 
"ACCOUNT", "ADDRESS", "APPLICATION", "AVAILABLE_PHONE_NUMBER_COUNTRY", "CALL", 
"CONFERENCE", "CONNECT_APP", "INCOMING_PHONE_NUMBER", "KEY", "MESSAGE", 
"NEW_KEY", "NEW_SIGNING_KEY", "NOTIFICATION", "OUTGOING_CALLER_ID", "QUEUE", 
"RECORDING", "SHORT_CODE", "SIGNING_KEY",  [...]
     "methodName": { "index": 1, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "enum": [ "create", "delete", "fetch", "read", "update" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.twilio.TwilioConfiguration", "configurationField": 
"configuration", "description": "What sub operation to use for the select [...]
     "inBody": { "index": 2, "kind": "parameter", "displayName": "In Body", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the name of a parameter to be passed in 
the exchange In Body" },
     "sendEmptyMessageWhenIdle": { "index": 3, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
@@ -68,8 +68,6 @@
     "available-phone-number-country-mobile": { "consumerOnly": false, 
"producerOnly": false, "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "reader": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader 
reader(String pathAccountSid, String pathCountryCode)", 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader r 
[...]
     "available-phone-number-country-toll-free": { "consumerOnly": false, 
"producerOnly": false, "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "reader": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.TollFreeReader 
reader(String pathAccountSid, String pathCountryCode)", 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.TollFreeR [...]
     "call": { "consumerOnly": false, "producerOnly": false, "description": "", 
"aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", 
"^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": 
"", "signatures": [ "com.twilio.rest.api.v2010.account.CallCreator 
creator(String pathAccountSid, com.twilio.type.Endpoint to, 
com.twilio.type.Endpoint from, String applicationSid)", 
"com.twilio.rest.api.v2010.account.CallCreator creator(String pathAccountSid,  
[...]
-    "call-feedback": { "consumerOnly": false, "producerOnly": false, 
"description": "", "aliases": [ "^creator$=create", "^deleter$=delete", 
"^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { 
"fetcher": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.FeedbackFetcher fetcher(String 
pathAccountSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.call.FeedbackFetcher fetcher(String 
pathCallSid)" ] }, "updater": { "description": "", " [...]
-    "call-feedback-summary": { "consumerOnly": false, "producerOnly": false, 
"description": "", "aliases": [ "^creator$=create", "^deleter$=delete", 
"^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { 
"creator": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(String 
pathAccountSid, java.time.LocalDate startDate, java.time.LocalDate endDate)", 
"com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creat [...]
     "call-notification": { "consumerOnly": false, "producerOnly": false, 
"description": "", "aliases": [ "^creator$=create", "^deleter$=delete", 
"^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { 
"fetcher": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathAccountSid, String pathCallSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathCallSid, String path [...]
     "call-recording": { "consumerOnly": false, "producerOnly": false, 
"description": "", "aliases": [ "^creator$=create", "^deleter$=delete", 
"^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { 
"creator": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathAccountSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathCallSid)" ] }, "deleter": { "description": "" [...]
     "conference": { "consumerOnly": false, "producerOnly": false, 
"description": "", "aliases": [ "^creator$=create", "^deleter$=delete", 
"^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { 
"fetcher": { "description": "", "signatures": [ 
"com.twilio.rest.api.v2010.account.ConferenceFetcher fetcher(String 
pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.ConferenceFetcher fetcher(String pathSid)" ] 
}, "reader": { "description": "", "signatures": [ "co [...]
@@ -126,8 +124,6 @@
     "available-phone-number-country-mobile": { "methods": { "reader": { 
"properties": { "pathAccountSid": { "index": 0, "kind": "parameter", 
"displayName": "Path Account Sid", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false }, 
"pathCountryCode": { "index": 2, "kind": "parameter", "displayName": "Path 
Country Code", "group": "common", "label": [...]
     "available-phone-number-country-toll-free": { "methods": { "reader": { 
"properties": { "pathAccountSid": { "index": 0, "kind": "parameter", 
"displayName": "Path Account Sid", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false }, 
"pathCountryCode": { "index": 2, "kind": "parameter", "displayName": "Path 
Country Code", "group": "common", "labe [...]
     "call": { "methods": { "creator": { "properties": { "applicationSid": { 
"index": 0, "kind": "parameter", "displayName": "Application Sid", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "from": { "index": 1, "kind": 
"parameter", "displayName": "From", "group": "common", "label": "", "required": 
false, "type": "object", "javaType": "co [...]
-    "call-feedback": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "index": 0, "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false }, "pathCallSid": 
{ "index": 2, "kind": "parameter", "displayName": "Path Call Sid", "group": 
"common", "label": "", "required": false, "type": [...]
-    "call-feedback-summary": { "methods": { "creator": { "properties": { 
"endDate": { "index": 0, "kind": "parameter", "displayName": "End Date", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.time.LocalDate", "deprecated": false, "autowired": false, 
"secret": false, "description": "", "optional": false }, "pathAccountSid": { 
"index": 1, "kind": "parameter", "displayName": "Path Account Sid", "group": 
"common", "label": "", "required": false, "type [...]
     "call-notification": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "index": 0, "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false }, "pathCallSid": 
{ "index": 2, "kind": "parameter", "displayName": "Path Call Sid", "group": 
"common", "label": "", "required": false, "ty [...]
     "call-recording": { "methods": { "creator": { "properties": { 
"pathAccountSid": { "index": 0, "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false }, "pathCallSid": 
{ "index": 2, "kind": "parameter", "displayName": "Path Call Sid", "group": 
"common", "label": "", "required": false, "type" [...]
     "conference": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "index": 0, "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false }, "pathSid": { 
"index": 1, "kind": "parameter", "displayName": "Path Sid", "group": "common", 
"label": "", "required": false, "type": "string", " [...]

Reply via email to