Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Jan 11, 2025
1 parent 837171c commit 230da92
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String>", "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." },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 230da92

Please sign in to comment.