This is an automated email from the ASF dual-hosted git repository.
acosentino 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 584d37b546a [create-pull-request] automated change
584d37b546a is described below
commit 584d37b546a8b2bbd4574beaaf2ace3b84f7768e
Author: oscerd <[email protected]>
AuthorDate: Tue Dec 6 01:15:36 2022 +0000
[create-pull-request] automated change
---
.../org/apache/camel/springboot/catalog/components/braintree.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
index 413f480d55d..932ec3076b0 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
@@ -58,7 +58,7 @@
"report": { "consumerOnly": false, "producerOnly": true, "description":
"Provides methods to interact with reports", "methods": {
"transactionLevelFees": { "description": "Retrieves a Transaction-Level Fee
Report", "signatures": [
"com.braintreegateway.Result<com.braintreegateway.TransactionLevelFeeReport>
transactionLevelFees(com.braintreegateway.TransactionLevelFeeReportRequest
request)" ] } } },
"settlementBatchSummary": { "consumerOnly": false, "producerOnly": true,
"description": "Provides methods to interact wit settlement summaries",
"methods": { "generate": { "description": "", "signatures": [
"com.braintreegateway.Result<com.braintreegateway.SettlementBatchSummary>
generate(java.util.Calendar settlementDate)",
"com.braintreegateway.Result<com.braintreegateway.SettlementBatchSummary>
generate(java.util.Calendar settlementDate, String groupByCustomField)" ] } } },
"subscription": { "consumerOnly": false, "producerOnly": true,
"description": "Provides methods to interact with Subscriptions", "methods": {
"cancel": { "description": "Cancels the Subscription with the given id",
"signatures": [ "com.braintreegateway.Result<com.braintreegateway.Subscription>
cancel(String id)" ] }, "create": { "description": "Creates a Subscription",
"signatures": [ "com.braintreegateway.Result<com.braintreegateway.Subscription>
create(com.braintreegateway.Subscrip [...]
- "transaction": { "consumerOnly": false, "producerOnly": true,
"description": "Provides methods to interact with Transactions", "methods": {
"adjustAuthorization": { "description": "Submits the transaction with the given
id to be adjusted for the given amount which must be less than or equal to the
authorization amount", "signatures": [
"com.braintreegateway.Result<com.braintreegateway.Transaction>
adjustAuthorization(String id, com.braintreegateway.TransactionRequest
request)", "com. [...]
+ "transaction": { "consumerOnly": false, "producerOnly": true,
"description": "Provides methods to interact with Transactions", "methods": {
"adjustAuthorization": { "description": "Submits the transaction with the given
id to be adjusted for the given amount which must be less than or equal to the
authorization amount", "signatures": [
"com.braintreegateway.Result<com.braintreegateway.Transaction>
adjustAuthorization(String id, com.braintreegateway.TransactionRequest
request)", "com. [...]
"webhookNotification": { "consumerOnly": false, "producerOnly": true,
"description": "To retrieve notifications via webhooks", "methods": { "parse":
{ "description": "", "signatures": [ "com.braintreegateway.WebhookNotification
parse(String signature, String payload)" ] },
"parseWithoutSignatureVerification": { "description": "", "signatures": [
"com.braintreegateway.WebhookNotification
parseWithoutSignatureVerification(String payload)" ] }, "verify": {
"description": "", "signatures [...]
},
"apiProperties": {
@@ -75,7 +75,7 @@
"report": { "methods": { "transactionLevelFees": { "properties": {
"request": { "kind": "parameter", "displayName": "Request", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"com.braintreegateway.TransactionLevelFeeReportRequest", "deprecated": false,
"autowired": false, "secret": false, "description": "The request", "optional":
false } } } } },
"settlementBatchSummary": { "methods": { "generate": { "properties": {
"groupByCustomField": { "kind": "parameter", "displayName": "Group By Custom
Field", "group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "", "optional": false }, "settlementDate": {
"kind": "parameter", "displayName": "Settlement Date", "group": "producer",
"label": "", "required": false, "ty [...]
"subscription": { "methods": { "cancel": { "properties": { "id": { "kind":
"parameter", "displayName": "Id", "group": "producer", "label": "", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Of the Subscription to
cancel", "optional": false } } }, "create": { "properties": { "request": {
"kind": "parameter", "displayName": "Request", "group": "producer", "label":
"", "required": false, "typ [...]
- "transaction": { "methods": { "adjustAuthorization": { "properties": {
"amount": { "kind": "parameter", "displayName": "Amount", "group": "producer",
"label": "", "required": false, "type": "object", "javaType":
"java.math.BigDecimal", "deprecated": false, "autowired": false, "secret":
false, "description": "To be adjusted", "optional": false }, "id": { "kind":
"parameter", "displayName": "Id", "group": "producer", "label": "", "required":
false, "type": "string", "javaType": "java.l [...]
+ "transaction": { "methods": { "adjustAuthorization": { "properties": {
"amount": { "kind": "parameter", "displayName": "Amount", "group": "producer",
"label": "", "required": false, "type": "object", "javaType":
"java.math.BigDecimal", "deprecated": false, "autowired": false, "secret":
false, "description": "To be adjusted", "optional": false }, "id": { "kind":
"parameter", "displayName": "Id", "group": "producer", "label": "", "required":
false, "type": "string", "javaType": "java.l [...]
"webhookNotification": { "methods": { "parse": { "properties": {
"payload": { "kind": "parameter", "displayName": "Payload", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "", "optional": false }, "signature": { "kind": "parameter",
"displayName": "Signature", "group": "producer", "label": "", "required":
false, "type": "string", "javaType": "java.lang.Stri [...]
}
}