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 3216a92  [create-pull-request] automated change
3216a92 is described below

commit 3216a9274d449519b6502335b4261c6e083d3051
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 21 01:01:16 2021 +0000

    [create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/braintree.json       | 2 ++
 1 file changed, 2 insertions(+)

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 f0755bb..56314df 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
@@ -54,6 +54,7 @@
     "merchantAccount": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to create, find, and update MerchantAccount 
objects", "methods": { "create": { "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.MerchantAccount> 
create(com.braintreegateway.MerchantAccountRequest request)" ] }, 
"createForCurrency": { "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.MerchantAccount> 
createForCurrency [...]
     "paymentMethod": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with payments", "methods": { 
"create": { "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> 
create(com.braintreegateway.PaymentMethodRequest request)" ] }, "delete": { 
"description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> 
delete(String token)", "com.braintreegatew [...]
     "paymentMethodNonce": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with nonce payments", "methods": { 
"create": { "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> 
create(String paymentMethodToken)", 
"com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> 
create(com.braintreegateway.PaymentMethodNonceRequest request)" ] }, "find": { 
"description": "", "signatures": [ "c [...]
+    "plan": { "consumerOnly": false, "producerOnly": true, "description": "", 
"methods": { "create": { "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.Plan> 
create(com.braintreegateway.PlanRequest request)" ] }, "find": { "description": 
"", "signatures": [ "com.braintreegateway.Plan find(String id)" ] }, "update": 
{ "description": "", "signatures": [ 
"com.braintreegateway.Result<com.braintreegateway.Plan> update(String id, 
com.braintreegateway.PlanReq [...]
     "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 [...]
@@ -70,6 +71,7 @@
     "merchantAccount": { "methods": { "create": { "properties": { "request": { 
"kind": "parameter", "displayName": "Request", "group": "producer", "label": 
"", "required": false, "type": "object", "javaType": 
"com.braintreegateway.MerchantAccountRequest", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false } } 
}, "createForCurrency": { "properties": { "currencyRequest": { "kind": 
"parameter", "displayName": "Currency Request", "group": "producer [...]
     "paymentMethod": { "methods": { "create": { "properties": { "request": { 
"kind": "parameter", "displayName": "Request", "group": "producer", "label": 
"", "required": false, "type": "object", "javaType": 
"com.braintreegateway.PaymentMethodRequest", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false } } }, "delete": { 
"properties": { "deleteRequest": { "kind": "parameter", "displayName": "Delete 
Request", "group": "producer", "label": "", "re [...]
     "paymentMethodNonce": { "methods": { "create": { "properties": { 
"paymentMethodToken": { "kind": "parameter", "displayName": "Payment Method 
Token", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "", "optional": false }, "request": { "kind": 
"parameter", "displayName": "Request", "group": "producer", "label": "", 
"required": false, "type": "object", "javaTy [...]
+    "plan": { "methods": { "create": { "properties": { "request": { "kind": 
"parameter", "displayName": "Request", "group": "producer", "label": "", 
"required": false, "type": "object", "javaType": 
"com.braintreegateway.PlanRequest", "deprecated": false, "autowired": false, 
"secret": false, "description": "", "optional": false } } }, "find": { 
"properties": { "id": { "kind": "parameter", "displayName": "Id", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType [...]
     "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 [...]

Reply via email to