From 230da923d510b711c3833e224d7c9acab8b9b16a Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sat, 11 Jan 2025 08:50:20 +0100 Subject: [PATCH] Regen --- .../apache/camel/springboot/catalog/components/aws2-ses.json | 5 +++-- .../org/apache/camel/springboot/catalog/components/mllp.json | 2 +- .../camel/springboot/catalog/dataformats/fhirJson.json | 2 +- .../apache/camel/springboot/catalog/dataformats/fhirXml.json | 2 +- .../org/apache/camel/springboot/catalog/dataformats/hl7.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json index e1487bf7706..4fb83889507 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json @@ -61,8 +61,9 @@ "CamelAwsSesTo": { "index": 5, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "List of comma separated destination email address.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#TO" }, "CamelAwsSesCc": { "index": 6, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "List of comma separated destination carbon copy (cc) email address.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#CC" }, "CamelAwsSesBcc": { "index": 7, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "List of comma separated destination blind carbon copy (bcc) email address.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#BCC" }, - "CamelAwsSesHtmlEmail": { "index": 8, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The flag to show if email content is HTML.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#HTML_EMAIL" }, - "CamelAwsSesConfigurationSet": { "index": 9, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "TThe configuration set to send.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#CONFIGURATION_SET" } + "CamelAwsSesTags": { "index": 8, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Map", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "A collection of name\/value pairs to apply when sending the email. Tags are user-defined properties that are included in published email sending events.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#TAGS" }, + "CamelAwsSesHtmlEmail": { "index": 9, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The flag to show if email content is HTML.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#HTML_EMAIL" }, + "CamelAwsSesConfigurationSet": { "index": 10, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "TThe configuration set to send.", "constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#CONFIGURATION_SET" } }, "properties": { "from": { "index": 0, "kind": "path", "displayName": "From", "group": "producer", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": "configuration", "description": "The sender's email address." }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json index 975856ebb3a..672593ef0cf 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json @@ -6,7 +6,7 @@ "description": "Communicate with external systems using the MLLP protocol.", "deprecated": false, "firstVersion": "2.17.0", - "label": "HEALTH", + "label": "health", "javaType": "org.apache.camel.component.mllp.MllpComponent", "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json index ed12287f5fa..6cc716f0156 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json @@ -6,7 +6,7 @@ "description": "Marshall and unmarshall FHIR objects to\/from JSON.", "deprecated": false, "firstVersion": "2.21.0", - "label": "dataformat,transformation,hl7,json", + "label": "dataformat,transformation,health,json", "javaType": "org.apache.camel.component.fhir.FhirJsonDataFormat", "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json index 0b242a2c251..d51d1092b3d 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json @@ -6,7 +6,7 @@ "description": "Marshall and unmarshall FHIR objects to\/from XML.", "deprecated": false, "firstVersion": "2.21.0", - "label": "dataformat,transformation,hl7,xml", + "label": "dataformat,transformation,health,xml", "javaType": "org.apache.camel.component.fhir.FhirXmlDataFormat", "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/hl7.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/hl7.json index 7d5618f2b0d..76517aa2c6a 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/hl7.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/hl7.json @@ -6,7 +6,7 @@ "description": "Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.", "deprecated": false, "firstVersion": "2.0.0", - "label": "dataformat,transformation,hl7", + "label": "dataformat,transformation,health", "javaType": "org.apache.camel.component.hl7.HL7DataFormat", "supportLevel": "Stable", "groupId": "org.apache.camel.springboot",