You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2020/09/18 16:42:54 UTC

[camel] branch master updated (367d346 -> fe34e8a)

This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 367d346  Sync Properties
     new ffbf91c  Fixed typos in UniVocity documentation
     new fe34e8a  Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/catalog/components/braintree.json |   4 +-
 .../apache/camel/catalog/components/twilio.json    |   8 +-
 .../camel/catalog/docs/braintree-component.adoc    | 140 ++++++-------
 .../camel/catalog/docs/twilio-component.adoc       | 218 ++++++++++-----------
 .../catalog/docs/univocity-csv-dataformat.adoc     |   6 +-
 .../catalog/docs/univocity-fixed-dataformat.adoc   |   6 +-
 .../catalog/docs/univocity-tsv-dataformat.adoc     |   6 +-
 .../camel/component/braintree/braintree.json       |   4 +-
 .../src/main/docs/braintree-component.adoc         | 140 ++++++-------
 .../org/apache/camel/component/twilio/twilio.json  |   8 +-
 .../src/main/docs/twilio-component.adoc            | 218 ++++++++++-----------
 .../src/main/docs/univocity-csv-dataformat.adoc    |   6 +-
 .../src/main/docs/univocity-fixed-dataformat.adoc  |   6 +-
 .../src/main/docs/univocity-tsv-dataformat.adoc    |   6 +-
 .../modules/ROOT/pages/braintree-component.adoc    | 140 ++++++-------
 .../modules/ROOT/pages/twilio-component.adoc       | 218 ++++++++++-----------
 .../pages/univocity-csv-dataformat.adoc            |   6 +-
 .../pages/univocity-fixed-dataformat.adoc          |   6 +-
 .../pages/univocity-tsv-dataformat.adoc            |   6 +-
 docs/components/modules/others/pages/main.adoc     |   2 +-
 20 files changed, 577 insertions(+), 577 deletions(-)


[camel] 02/02: Regen

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fe34e8a4094d62a9be8ed07df97648e44fdea933
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Sep 18 18:42:07 2020 +0200

    Regen
---
 .../apache/camel/catalog/components/braintree.json |   4 +-
 .../apache/camel/catalog/components/twilio.json    |   8 +-
 .../camel/catalog/docs/braintree-component.adoc    | 140 ++++++-------
 .../camel/catalog/docs/twilio-component.adoc       | 218 ++++++++++-----------
 .../catalog/docs/univocity-csv-dataformat.adoc     |   6 +-
 .../catalog/docs/univocity-fixed-dataformat.adoc   |   6 +-
 .../catalog/docs/univocity-tsv-dataformat.adoc     |   6 +-
 .../camel/component/braintree/braintree.json       |   4 +-
 .../src/main/docs/braintree-component.adoc         | 140 ++++++-------
 .../org/apache/camel/component/twilio/twilio.json  |   8 +-
 .../src/main/docs/twilio-component.adoc            | 218 ++++++++++-----------
 .../modules/ROOT/pages/braintree-component.adoc    | 140 ++++++-------
 .../modules/ROOT/pages/twilio-component.adoc       | 218 ++++++++++-----------
 .../pages/univocity-csv-dataformat.adoc            |   6 +-
 .../pages/univocity-fixed-dataformat.adoc          |   6 +-
 .../pages/univocity-tsv-dataformat.adoc            |   6 +-
 docs/components/modules/others/pages/main.adoc     |   2 +-
 17 files changed, 568 insertions(+), 568 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
index 536b64d..57e4ea0 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
@@ -69,8 +69,8 @@
   "apis": {
     "paymentMethodNonce": { "description": "", "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": [ "com.braintreegateway.PaymentMethodNonce find(String paymentMethodNonce)" ] } } },
     "documentUpload": { "description": "", "methods": { "create": { "description": "", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.DocumentUpload> create(com.braintreegateway.DocumentUploadRequest request)" ] } } },
-    "subscription": { "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.SubscriptionRequest request)" ] }, "delete": { "descr [...]
     "dispute": { "description": "Provides methods to interact with Dispute objects", "methods": { "accept": { "description": "Accept a Dispute, given a dispute ID", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id)" ] }, "addFileEvidence": { "description": "Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidenc [...]
+    "subscription": { "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.SubscriptionRequest request)" ] }, "delete": { "descr [...]
     "settlementBatchSummary": { "description": "", "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)" ] } } },
     "address": { "description": "Provides methods to create, delete, find, and update Address objects", "methods": { "create": { "description": "Creates an Address for a Customer", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Address> create(String customerId, com.braintreegateway.AddressRequest request)" ] }, "delete": { "description": "Deletes a Customer's Address", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Address> delete(String customerId, [...]
     "webhookNotification": { "description": "", "methods": { "parse": { "description": "", "signatures": [ "com.braintreegateway.WebhookNotification parse(String signature, String payload)" ] }, "verify": { "description": "", "signatures": [ "String verify(String challenge)" ] } } },
@@ -85,8 +85,8 @@
   "apiProperties": {
     "paymentMethodNonce": { "methods": { "create": { "properties": { "paymentMethodToken": { "kind": "parameter", "displayName": "Payment Method Token", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegatew [...]
     "documentUpload": { "methods": { "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegateway.DocumentUploadRequest", "deprecated": false, "secret": false, "description": "", "optional": false } } } } },
-    "subscription": { "methods": { "cancel": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Of the Subscription to cancel", "optional": false } } }, "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType" [...]
     "dispute": { "methods": { "accept": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The dispute id to accept", "optional": false } } }, "addFileEvidence": { "properties": { "disputeId": { "kind": "parameter", "displayName": "Dispute Id", "group": "common", "label": "", "required": false, "type": "string", "javaT [...]
+    "subscription": { "methods": { "cancel": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Of the Subscription to cancel", "optional": false } } }, "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType" [...]
     "settlementBatchSummary": { "methods": { "generate": { "properties": { "groupByCustomField": { "kind": "parameter", "displayName": "Group By Custom Field", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "settlementDate": { "kind": "parameter", "displayName": "Settlement Date", "group": "common", "label": "", "required": false, "type": "object", "javaType [...]
     "address": { "methods": { "create": { "properties": { "customerId": { "kind": "parameter", "displayName": "Customer Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of the Customer", "optional": false }, "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegateway.Add [...]
     "webhookNotification": { "methods": { "parse": { "properties": { "payload": { "kind": "parameter", "displayName": "Payload", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "signature": { "kind": "parameter", "displayName": "Signature", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false [...]
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twilio.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twilio.json
index e4209ba..e70c8db 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twilio.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twilio.json
@@ -73,8 +73,8 @@
     "call-feedback-summary": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a FeedbackSummaryCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(String pathAccountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)", "com.twilio.rest.api.v2010.account.call.FeedbackSummaryCr [...]
     "sip-credential-list-credential": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.credentiallist.CredentialCreator creator(String pathAccountSid, String pathCredentialListSid, String username, String password)", "com.twilio.rest.api.v2010.account.sip.credentia [...]
     "new-key": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a NewKeyCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.NewKeyCreator creator()", "com.twilio.rest.api.v2010.account.NewKeyCreator creator(String pathAccountSid)" ] } } },
-    "call-notification": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a NotificationFetcher to execute fetch", "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 pathS [...]
     "incoming-phone-number": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a IncomingPhoneNumberCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode)", "com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode)", "com.twilio.rest [...]
+    "call-notification": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a NotificationFetcher to execute fetch", "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 pathS [...]
     "validation-request": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a ValidationRequestCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.ValidationRequestCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", "com.twilio.rest.api.v2010.account.ValidationRequestCreator creator(com.twilio.type.Phon [...]
     "usage-record-yesterday": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a YesterdayReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader()", "com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader(String pathAccountSid)" ] } } },
     "usage-record-this-month": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a ThisMonthReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader()", "com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader(String pathAccountSid)" ] } } },
@@ -95,8 +95,8 @@
     "available-phone-number-country": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a AvailablePhoneNumberCountryFetcher to execute fetch", "signatures": [ "com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetcher(String pathAccountSid, String pathCountryCode)", "com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetc [...]
     "usage-record-yearly": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a YearlyReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader()", "com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader(String pathAccountSid)" ] } } },
     "queue": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a QueueCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.QueueCreator creator(String friendlyName)", "com.twilio.rest.api.v2010.account.QueueCreator creator(String pathAccountSid, String friendlyName)" ] }, "deleter": { "description": "Create a QueueDeleter to execute  [...]
-    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialListMappingCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "transcription": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "deleter": { "description": "Create a TranscriptionDeleter to execute delete", "signatures": [ "com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid)", "com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid)" ] }, "fetcher": { "description": "Create a Tr [...]
+    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialListMappingCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "call-feedback": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a FeedbackCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathAccountSid, String pathCallSid, Integer qualityScore)", "com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathCallSid, Integer qualityScore) [...]
     "key": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "deleter": { "description": "Create a KeyDeleter to execute delete", "signatures": [ "com.twilio.rest.api.v2010.account.KeyDeleter deleter(String pathAccountSid, String pathSid)", "com.twilio.rest.api.v2010.account.KeyDeleter deleter(String pathSid)" ] }, "fetcher": { "description": "Create a KeyFetcher to execute fetch", "signatures" [...]
     "incoming-phone-number-toll-free": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a TollFreeCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", "com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator cr [...]
@@ -131,8 +131,8 @@
     "call-feedback-summary": { "methods": { "creator": { "properties": { "endDate": { "kind": "parameter", "displayName": "End Date", "group": "common", "label": "", "required": false, "type": "object", "javaType": "org.joda.time.LocalDate", "deprecated": false, "secret": false, "description": "Only include feedback given on or before this date", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": fa [...]
     "sip-credential-list-credential": { "methods": { "creator": { "properties": { "password": { "kind": "parameter", "displayName": "Password", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The password will not be returned in the response", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required":  [...]
     "new-key": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that will be responsible for the new Key resource", "optional": false } } } } },
-    "call-notification": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resource to fetch", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required [...]
     "incoming-phone-number": { "methods": { "creator": { "properties": { "areaCode": { "kind": "parameter", "displayName": "Area Code", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The desired area code for the new phone number", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "typ [...]
+    "call-notification": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resource to fetch", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required [...]
     "validation-request": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account responsible for the new Caller ID", "optional": false }, "phoneNumber": { "kind": "parameter", "displayName": "Phone Number", "group": "common", "label": "", "required" [...]
     "usage-record-yesterday": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
     "usage-record-this-month": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
@@ -153,8 +153,8 @@
     "available-phone-number-country": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account requesting the available phone number Country resource", "optional": false }, "pathCountryCode": { "kind": "parameter", "displayName": "Path Country Code",  [...]
     "usage-record-yearly": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
     "queue": { "methods": { "creator": { "properties": { "friendlyName": { "kind": "parameter", "displayName": "Friendly Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string to describe this resource", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaT [...]
-    "sip-domain-credential-list-mapping": { "methods": { "creator": { "properties": { "credentialListSid": { "kind": "parameter", "displayName": "Credential List Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string that identifies the CredentialList resource to map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Accoun [...]
     "transcription": { "methods": { "deleter": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to delete", "optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path Sid", "group": "common", "label": "", "required": false, " [...]
+    "sip-domain-credential-list-mapping": { "methods": { "creator": { "properties": { "credentialListSid": { "kind": "parameter", "displayName": "Credential List Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string that identifies the CredentialList resource to map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Accoun [...]
     "call-feedback": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The unique sid that identifies this account", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required": false, "type":  [...]
     "key": { "methods": { "deleter": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to delete", "optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path Sid", "group": "common", "label": "", "required": false, "type": "st [...]
     "incoming-phone-number-toll-free": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that will create the resource", "optional": false }, "phoneNumber": { "kind": "parameter", "displayName": "Phone Number", "group": "common", "label": "", " [...]
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/braintree-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/braintree-component.adoc
index 6376ac3..1aafeab 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/braintree-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/braintree-component.adoc
@@ -143,8 +143,8 @@ There are 14 API groups as listed in the table below:
 | API Name | Description
 | *paymentMethodNonce* | 
 | *documentUpload* | 
-| *subscription* | Provides methods to interact with Subscriptions
 | *dispute* | Provides methods to interact with Dispute objects
+| *subscription* | Provides methods to interact with Subscriptions
 | *settlementBatchSummary* | 
 | *address* | Provides methods to create, delete, find, and update Address objects
 | *webhookNotification* | 
@@ -257,41 +257,39 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: subscription
+==== API: dispute
 
 
-The subscription API has 7 method(s) which is represented by the following method signatures
+The dispute API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
-
-com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
 
-com.braintreegateway.Subscription find(String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
+com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
+com.braintreegateway.Dispute find(String id);
 
-com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
 
 ----
 
-The subscription API is defined in the syntax as follows:
+The dispute API is defined in the syntax as follows:
 
 ----
-braintree:subscription/methodName?[parameters]
+braintree:dispute/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -300,33 +298,34 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *cancel* |  | Cancels the Subscription with the given id
-| *create* |  | Creates a Subscription
-| *delete* |  | 
-| *find* |  | Finds a Subscription by id
-| *retryCharge* |  | 
-| *search* |  | Search for a Subscription
-| *update* |  | Updates a Subscription
+| *accept* |  | Accept a Dispute, given a dispute ID
+| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
+| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
+| *finalize* |  | Finalize a Dispute, given an ID
+| *find* |  | Returns a Dispute, given an ID
+| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
+| *search* |  | Finds all Disputes that match the query
 |===
 
-The subscription API method(s) has the following set of parameters listed in the table below:
+The dispute API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| cancel | *id* |  Of the Subscription to cancel | String
-| create | *request* |  The request | SubscriptionRequest
-| delete | *customerId* |   | String
-| delete | *id* |   | String
-| find | *id* |  The id of the Subscription | String
-| retryCharge | *amount* |   | BigDecimal
-| retryCharge | *submitForSettlement* |   | Boolean
-| retryCharge | *subscriptionId* |   | String
-| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
-| update | *id* |  The id of the Subscription | String
-| update | *request* |  The request | SubscriptionRequest
+| accept | *id* |  The dispute id to accept | String
+| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
+| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
+| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
+| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
+| addTextEvidence | *id* |  The dispute id to add text evidence to | String
+| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
+| finalize | *id* |  The dispute id to finalize | String
+| find | *id* |  The dispute id to find | String
+| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
+| removeEvidence | *evidenceId* |  The evidence id to remove | String
+| search | *query* |  The query for what disputes to find | DisputeSearchRequest
 |===
 
-In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
+In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -336,39 +335,41 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: dispute
+==== API: subscription
 
 
-The dispute API has 7 method(s) which is represented by the following method signatures
+The subscription API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
+com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
+com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
+com.braintreegateway.Subscription find(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
 
-com.braintreegateway.Dispute find(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
 
-com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
+com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+
+com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
 
 ----
 
-The dispute API is defined in the syntax as follows:
+The subscription API is defined in the syntax as follows:
 
 ----
-braintree:dispute/methodName?[parameters]
+braintree:subscription/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -377,34 +378,33 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *accept* |  | Accept a Dispute, given a dispute ID
-| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
-| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
-| *finalize* |  | Finalize a Dispute, given an ID
-| *find* |  | Returns a Dispute, given an ID
-| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
-| *search* |  | Finds all Disputes that match the query
+| *cancel* |  | Cancels the Subscription with the given id
+| *create* |  | Creates a Subscription
+| *delete* |  | 
+| *find* |  | Finds a Subscription by id
+| *retryCharge* |  | 
+| *search* |  | Search for a Subscription
+| *update* |  | Updates a Subscription
 |===
 
-The dispute API method(s) has the following set of parameters listed in the table below:
+The subscription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| accept | *id* |  The dispute id to accept | String
-| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
-| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
-| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
-| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
-| addTextEvidence | *id* |  The dispute id to add text evidence to | String
-| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
-| finalize | *id* |  The dispute id to finalize | String
-| find | *id* |  The dispute id to find | String
-| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
-| removeEvidence | *evidenceId* |  The evidence id to remove | String
-| search | *query* |  The query for what disputes to find | DisputeSearchRequest
+| cancel | *id* |  Of the Subscription to cancel | String
+| create | *request* |  The request | SubscriptionRequest
+| delete | *customerId* |   | String
+| delete | *id* |   | String
+| find | *id* |  The id of the Subscription | String
+| retryCharge | *amount* |   | BigDecimal
+| retryCharge | *submitForSettlement* |   | Boolean
+| retryCharge | *subscriptionId* |   | String
+| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
+| update | *id* |  The id of the Subscription | String
+| update | *request* |  The request | SubscriptionRequest
 |===
 
-In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
+In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/twilio-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/twilio-component.adoc
index 6705e7c..492a5cf 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/twilio-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/twilio-component.adoc
@@ -129,8 +129,8 @@ There are 56 API groups as listed in the table below:
 | *call-feedback-summary* | 
 | *sip-credential-list-credential* | 
 | *new-key* | 
-| *call-notification* | 
 | *incoming-phone-number* | 
+| *call-notification* | 
 | *validation-request* | 
 | *usage-record-yesterday* | 
 | *usage-record-this-month* | 
@@ -151,8 +151,8 @@ There are 56 API groups as listed in the table below:
 | *available-phone-number-country* | 
 | *usage-record-yearly* | 
 | *queue* | 
-| *sip-domain-credential-list-mapping* | 
 | *transcription* | 
+| *sip-domain-credential-list-mapping* | 
 | *call-feedback* | 
 | *key* | 
 | *incoming-phone-number-toll-free* | 
@@ -1002,53 +1002,77 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: call-notification
+==== API: incoming-phone-number
 
 
-The call-notification API has 2 method(s) which is represented by the following method signatures
+The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
 
 ----
 
-The call-notification API is defined in the syntax as follows:
+The incoming-phone-number API is defined in the syntax as follows:
 
 ----
-twilio:call-notification/methodName?[parameters]
+twilio:incoming-phone-number/methodName?[parameters]
 ----
 
-The 2 method(s) is listed in the table below.
+The 5 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
-| *reader* | read | Create a NotificationReader to execute read
+| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
+| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
+| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
+| *reader* | read | Create a IncomingPhoneNumberReader to execute read
+| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
 |===
 
-The call-notification API method(s) has the following set of parameters listed in the table below:
+The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
+| creator | *areaCode* |  The desired area code for the new phone number | String
+| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
+| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
+| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
+| updater | *pathSid* |  The unique string that identifies the resource | String
 |===
 
-In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
+In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -1058,77 +1082,53 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: incoming-phone-number
+==== API: call-notification
 
 
-The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
+The call-notification API has 2 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
 
 ----
 
-The incoming-phone-number API is defined in the syntax as follows:
+The call-notification API is defined in the syntax as follows:
 
 ----
-twilio:incoming-phone-number/methodName?[parameters]
+twilio:call-notification/methodName?[parameters]
 ----
 
-The 5 method(s) is listed in the table below.
+The 2 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
-| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
-| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
-| *reader* | read | Create a IncomingPhoneNumberReader to execute read
-| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
+| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
+| *reader* | read | Create a NotificationReader to execute read
 |===
 
-The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
+The call-notification API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *areaCode* |  The desired area code for the new phone number | String
-| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
-| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
-| updater | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
 |===
 
-In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
+In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2351,69 +2351,58 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: sip-domain-credential-list-mapping
+==== API: transcription
 
 
-The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
+The transcription API has 3 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader();
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
 
 ----
 
-The sip-domain-credential-list-mapping API is defined in the syntax as follows:
+The transcription API is defined in the syntax as follows:
 
 ----
-twilio:sip-domain-credential-list-mapping/methodName?[parameters]
+twilio:transcription/methodName?[parameters]
 ----
 
-The 4 method(s) is listed in the table below.
+The 3 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a CredentialListMappingCreator to execute create
-| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
-| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
-| *reader* | read | Create a CredentialListMappingReader to execute read
+| *deleter* | delete | Create a TranscriptionDeleter to execute delete
+| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
+| *reader* | read | Create a TranscriptionReader to execute read
 |===
 
-The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
+The transcription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
-| creator | *pathAccountSid* |  The unique sid that identifies this account | String
-| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
-| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathSid* |  A string that identifies the resource to delete | String
-| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
-| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
-| reader | *pathAccountSid* |  The unique sid that identifies this account | String
-| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
+| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
 |===
 
-In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
+In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2423,58 +2412,69 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: transcription
+==== API: sip-domain-credential-list-mapping
 
 
-The transcription API has 3 method(s) which is represented by the following method signatures
+The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader();
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
 
 ----
 
-The transcription API is defined in the syntax as follows:
+The sip-domain-credential-list-mapping API is defined in the syntax as follows:
 
 ----
-twilio:transcription/methodName?[parameters]
+twilio:sip-domain-credential-list-mapping/methodName?[parameters]
 ----
 
-The 3 method(s) is listed in the table below.
+The 4 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *deleter* | delete | Create a TranscriptionDeleter to execute delete
-| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
-| *reader* | read | Create a TranscriptionReader to execute read
+| *creator* | create | Create a CredentialListMappingCreator to execute create
+| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
+| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
+| *reader* | read | Create a CredentialListMappingReader to execute read
 |===
 
-The transcription API method(s) has the following set of parameters listed in the table below:
+The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
-| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathSid* |  The unique string that identifies the resource | String
-| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
+| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
+| creator | *pathAccountSid* |  The unique sid that identifies this account | String
+| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
+| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathSid* |  A string that identifies the resource to delete | String
+| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
+| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
+| reader | *pathAccountSid* |  The unique sid that identifies this account | String
+| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
 |===
 
-In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
+In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-csv-dataformat.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-csv-dataformat.adoc
index c09180d..f290334 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-csv-dataformat.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-csv-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -81,7 +81,7 @@ The uniVocity CSV dataformat supports 18 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-fixed-dataformat.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-fixed-dataformat.adoc
index 1db2442..891a627 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-fixed-dataformat.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-fixed-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -80,7 +80,7 @@ The uniVocity Fixed Length dataformat supports 17 options, which are listed belo
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-tsv-dataformat.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-tsv-dataformat.adoc
index c5305cb..7584ce0 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-tsv-dataformat.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/univocity-tsv-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -78,7 +78,7 @@ The uniVocity TSV dataformat supports 15 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/components/camel-braintree/src/generated/resources/org/apache/camel/component/braintree/braintree.json b/components/camel-braintree/src/generated/resources/org/apache/camel/component/braintree/braintree.json
index 536b64d..57e4ea0 100644
--- a/components/camel-braintree/src/generated/resources/org/apache/camel/component/braintree/braintree.json
+++ b/components/camel-braintree/src/generated/resources/org/apache/camel/component/braintree/braintree.json
@@ -69,8 +69,8 @@
   "apis": {
     "paymentMethodNonce": { "description": "", "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": [ "com.braintreegateway.PaymentMethodNonce find(String paymentMethodNonce)" ] } } },
     "documentUpload": { "description": "", "methods": { "create": { "description": "", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.DocumentUpload> create(com.braintreegateway.DocumentUploadRequest request)" ] } } },
-    "subscription": { "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.SubscriptionRequest request)" ] }, "delete": { "descr [...]
     "dispute": { "description": "Provides methods to interact with Dispute objects", "methods": { "accept": { "description": "Accept a Dispute, given a dispute ID", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id)" ] }, "addFileEvidence": { "description": "Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidenc [...]
+    "subscription": { "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.SubscriptionRequest request)" ] }, "delete": { "descr [...]
     "settlementBatchSummary": { "description": "", "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)" ] } } },
     "address": { "description": "Provides methods to create, delete, find, and update Address objects", "methods": { "create": { "description": "Creates an Address for a Customer", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Address> create(String customerId, com.braintreegateway.AddressRequest request)" ] }, "delete": { "description": "Deletes a Customer's Address", "signatures": [ "com.braintreegateway.Result<com.braintreegateway.Address> delete(String customerId, [...]
     "webhookNotification": { "description": "", "methods": { "parse": { "description": "", "signatures": [ "com.braintreegateway.WebhookNotification parse(String signature, String payload)" ] }, "verify": { "description": "", "signatures": [ "String verify(String challenge)" ] } } },
@@ -85,8 +85,8 @@
   "apiProperties": {
     "paymentMethodNonce": { "methods": { "create": { "properties": { "paymentMethodToken": { "kind": "parameter", "displayName": "Payment Method Token", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegatew [...]
     "documentUpload": { "methods": { "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegateway.DocumentUploadRequest", "deprecated": false, "secret": false, "description": "", "optional": false } } } } },
-    "subscription": { "methods": { "cancel": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Of the Subscription to cancel", "optional": false } } }, "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType" [...]
     "dispute": { "methods": { "accept": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The dispute id to accept", "optional": false } } }, "addFileEvidence": { "properties": { "disputeId": { "kind": "parameter", "displayName": "Dispute Id", "group": "common", "label": "", "required": false, "type": "string", "javaT [...]
+    "subscription": { "methods": { "cancel": { "properties": { "id": { "kind": "parameter", "displayName": "Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Of the Subscription to cancel", "optional": false } } }, "create": { "properties": { "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType" [...]
     "settlementBatchSummary": { "methods": { "generate": { "properties": { "groupByCustomField": { "kind": "parameter", "displayName": "Group By Custom Field", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "settlementDate": { "kind": "parameter", "displayName": "Settlement Date", "group": "common", "label": "", "required": false, "type": "object", "javaType [...]
     "address": { "methods": { "create": { "properties": { "customerId": { "kind": "parameter", "displayName": "Customer Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of the Customer", "optional": false }, "request": { "kind": "parameter", "displayName": "Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.braintreegateway.Add [...]
     "webhookNotification": { "methods": { "parse": { "properties": { "payload": { "kind": "parameter", "displayName": "Payload", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "", "optional": false }, "signature": { "kind": "parameter", "displayName": "Signature", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false [...]
diff --git a/components/camel-braintree/src/main/docs/braintree-component.adoc b/components/camel-braintree/src/main/docs/braintree-component.adoc
index 6376ac3..1aafeab 100644
--- a/components/camel-braintree/src/main/docs/braintree-component.adoc
+++ b/components/camel-braintree/src/main/docs/braintree-component.adoc
@@ -143,8 +143,8 @@ There are 14 API groups as listed in the table below:
 | API Name | Description
 | *paymentMethodNonce* | 
 | *documentUpload* | 
-| *subscription* | Provides methods to interact with Subscriptions
 | *dispute* | Provides methods to interact with Dispute objects
+| *subscription* | Provides methods to interact with Subscriptions
 | *settlementBatchSummary* | 
 | *address* | Provides methods to create, delete, find, and update Address objects
 | *webhookNotification* | 
@@ -257,41 +257,39 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: subscription
+==== API: dispute
 
 
-The subscription API has 7 method(s) which is represented by the following method signatures
+The dispute API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
-
-com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
 
-com.braintreegateway.Subscription find(String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
+com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
+com.braintreegateway.Dispute find(String id);
 
-com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
 
 ----
 
-The subscription API is defined in the syntax as follows:
+The dispute API is defined in the syntax as follows:
 
 ----
-braintree:subscription/methodName?[parameters]
+braintree:dispute/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -300,33 +298,34 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *cancel* |  | Cancels the Subscription with the given id
-| *create* |  | Creates a Subscription
-| *delete* |  | 
-| *find* |  | Finds a Subscription by id
-| *retryCharge* |  | 
-| *search* |  | Search for a Subscription
-| *update* |  | Updates a Subscription
+| *accept* |  | Accept a Dispute, given a dispute ID
+| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
+| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
+| *finalize* |  | Finalize a Dispute, given an ID
+| *find* |  | Returns a Dispute, given an ID
+| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
+| *search* |  | Finds all Disputes that match the query
 |===
 
-The subscription API method(s) has the following set of parameters listed in the table below:
+The dispute API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| cancel | *id* |  Of the Subscription to cancel | String
-| create | *request* |  The request | SubscriptionRequest
-| delete | *customerId* |   | String
-| delete | *id* |   | String
-| find | *id* |  The id of the Subscription | String
-| retryCharge | *amount* |   | BigDecimal
-| retryCharge | *submitForSettlement* |   | Boolean
-| retryCharge | *subscriptionId* |   | String
-| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
-| update | *id* |  The id of the Subscription | String
-| update | *request* |  The request | SubscriptionRequest
+| accept | *id* |  The dispute id to accept | String
+| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
+| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
+| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
+| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
+| addTextEvidence | *id* |  The dispute id to add text evidence to | String
+| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
+| finalize | *id* |  The dispute id to finalize | String
+| find | *id* |  The dispute id to find | String
+| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
+| removeEvidence | *evidenceId* |  The evidence id to remove | String
+| search | *query* |  The query for what disputes to find | DisputeSearchRequest
 |===
 
-In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
+In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -336,39 +335,41 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: dispute
+==== API: subscription
 
 
-The dispute API has 7 method(s) which is represented by the following method signatures
+The subscription API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
+com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
+com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
+com.braintreegateway.Subscription find(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
 
-com.braintreegateway.Dispute find(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
 
-com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
+com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+
+com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
 
 ----
 
-The dispute API is defined in the syntax as follows:
+The subscription API is defined in the syntax as follows:
 
 ----
-braintree:dispute/methodName?[parameters]
+braintree:subscription/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -377,34 +378,33 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *accept* |  | Accept a Dispute, given a dispute ID
-| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
-| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
-| *finalize* |  | Finalize a Dispute, given an ID
-| *find* |  | Returns a Dispute, given an ID
-| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
-| *search* |  | Finds all Disputes that match the query
+| *cancel* |  | Cancels the Subscription with the given id
+| *create* |  | Creates a Subscription
+| *delete* |  | 
+| *find* |  | Finds a Subscription by id
+| *retryCharge* |  | 
+| *search* |  | Search for a Subscription
+| *update* |  | Updates a Subscription
 |===
 
-The dispute API method(s) has the following set of parameters listed in the table below:
+The subscription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| accept | *id* |  The dispute id to accept | String
-| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
-| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
-| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
-| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
-| addTextEvidence | *id* |  The dispute id to add text evidence to | String
-| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
-| finalize | *id* |  The dispute id to finalize | String
-| find | *id* |  The dispute id to find | String
-| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
-| removeEvidence | *evidenceId* |  The evidence id to remove | String
-| search | *query* |  The query for what disputes to find | DisputeSearchRequest
+| cancel | *id* |  Of the Subscription to cancel | String
+| create | *request* |  The request | SubscriptionRequest
+| delete | *customerId* |   | String
+| delete | *id* |   | String
+| find | *id* |  The id of the Subscription | String
+| retryCharge | *amount* |   | BigDecimal
+| retryCharge | *submitForSettlement* |   | Boolean
+| retryCharge | *subscriptionId* |   | String
+| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
+| update | *id* |  The id of the Subscription | String
+| update | *request* |  The request | SubscriptionRequest
 |===
 
-In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
+In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/components/camel-twilio/src/generated/resources/org/apache/camel/component/twilio/twilio.json b/components/camel-twilio/src/generated/resources/org/apache/camel/component/twilio/twilio.json
index e4209ba..e70c8db 100644
--- a/components/camel-twilio/src/generated/resources/org/apache/camel/component/twilio/twilio.json
+++ b/components/camel-twilio/src/generated/resources/org/apache/camel/component/twilio/twilio.json
@@ -73,8 +73,8 @@
     "call-feedback-summary": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a FeedbackSummaryCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(String pathAccountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)", "com.twilio.rest.api.v2010.account.call.FeedbackSummaryCr [...]
     "sip-credential-list-credential": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.credentiallist.CredentialCreator creator(String pathAccountSid, String pathCredentialListSid, String username, String password)", "com.twilio.rest.api.v2010.account.sip.credentia [...]
     "new-key": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a NewKeyCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.NewKeyCreator creator()", "com.twilio.rest.api.v2010.account.NewKeyCreator creator(String pathAccountSid)" ] } } },
-    "call-notification": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a NotificationFetcher to execute fetch", "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 pathS [...]
     "incoming-phone-number": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a IncomingPhoneNumberCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode)", "com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode)", "com.twilio.rest [...]
+    "call-notification": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a NotificationFetcher to execute fetch", "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 pathS [...]
     "validation-request": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a ValidationRequestCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.ValidationRequestCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", "com.twilio.rest.api.v2010.account.ValidationRequestCreator creator(com.twilio.type.Phon [...]
     "usage-record-yesterday": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a YesterdayReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader()", "com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader(String pathAccountSid)" ] } } },
     "usage-record-this-month": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a ThisMonthReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader()", "com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader(String pathAccountSid)" ] } } },
@@ -95,8 +95,8 @@
     "available-phone-number-country": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "fetcher": { "description": "Create a AvailablePhoneNumberCountryFetcher to execute fetch", "signatures": [ "com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetcher(String pathAccountSid, String pathCountryCode)", "com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetc [...]
     "usage-record-yearly": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "reader": { "description": "Create a YearlyReader to execute read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader()", "com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader(String pathAccountSid)" ] } } },
     "queue": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a QueueCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.QueueCreator creator(String friendlyName)", "com.twilio.rest.api.v2010.account.QueueCreator creator(String pathAccountSid, String friendlyName)" ] }, "deleter": { "description": "Create a QueueDeleter to execute  [...]
-    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialListMappingCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "transcription": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "deleter": { "description": "Create a TranscriptionDeleter to execute delete", "signatures": [ "com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid)", "com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid)" ] }, "fetcher": { "description": "Create a Tr [...]
+    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a CredentialListMappingCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "call-feedback": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a FeedbackCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathAccountSid, String pathCallSid, Integer qualityScore)", "com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String pathCallSid, Integer qualityScore) [...]
     "key": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "deleter": { "description": "Create a KeyDeleter to execute delete", "signatures": [ "com.twilio.rest.api.v2010.account.KeyDeleter deleter(String pathAccountSid, String pathSid)", "com.twilio.rest.api.v2010.account.KeyDeleter deleter(String pathSid)" ] }, "fetcher": { "description": "Create a KeyFetcher to execute fetch", "signatures" [...]
     "incoming-phone-number-toll-free": { "description": "", "aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": "Create a TollFreeCreator to execute create", "signatures": [ "com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", "com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator cr [...]
@@ -131,8 +131,8 @@
     "call-feedback-summary": { "methods": { "creator": { "properties": { "endDate": { "kind": "parameter", "displayName": "End Date", "group": "common", "label": "", "required": false, "type": "object", "javaType": "org.joda.time.LocalDate", "deprecated": false, "secret": false, "description": "Only include feedback given on or before this date", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": fa [...]
     "sip-credential-list-credential": { "methods": { "creator": { "properties": { "password": { "kind": "parameter", "displayName": "Password", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The password will not be returned in the response", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required":  [...]
     "new-key": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that will be responsible for the new Key resource", "optional": false } } } } },
-    "call-notification": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resource to fetch", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required [...]
     "incoming-phone-number": { "methods": { "creator": { "properties": { "areaCode": { "kind": "parameter", "displayName": "Area Code", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The desired area code for the new phone number", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "typ [...]
+    "call-notification": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resource to fetch", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required [...]
     "validation-request": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account responsible for the new Caller ID", "optional": false }, "phoneNumber": { "kind": "parameter", "displayName": "Phone Number", "group": "common", "label": "", "required" [...]
     "usage-record-yesterday": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
     "usage-record-this-month": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
@@ -153,8 +153,8 @@
     "available-phone-number-country": { "methods": { "fetcher": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account requesting the available phone number Country resource", "optional": false }, "pathCountryCode": { "kind": "parameter", "displayName": "Path Country Code",  [...]
     "usage-record-yearly": { "methods": { "reader": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to read", "optional": false } } } } },
     "queue": { "methods": { "creator": { "properties": { "friendlyName": { "kind": "parameter", "displayName": "Friendly Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string to describe this resource", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaT [...]
-    "sip-domain-credential-list-mapping": { "methods": { "creator": { "properties": { "credentialListSid": { "kind": "parameter", "displayName": "Credential List Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string that identifies the CredentialList resource to map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Accoun [...]
     "transcription": { "methods": { "deleter": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to delete", "optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path Sid", "group": "common", "label": "", "required": false, " [...]
+    "sip-domain-credential-list-mapping": { "methods": { "creator": { "properties": { "credentialListSid": { "kind": "parameter", "displayName": "Credential List Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "A string that identifies the CredentialList resource to map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Accoun [...]
     "call-feedback": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The unique sid that identifies this account", "optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", "group": "common", "label": "", "required": false, "type":  [...]
     "key": { "methods": { "deleter": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that created the resources to delete", "optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path Sid", "group": "common", "label": "", "required": false, "type": "st [...]
     "incoming-phone-number-toll-free": { "methods": { "creator": { "properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The SID of the Account that will create the resource", "optional": false }, "phoneNumber": { "kind": "parameter", "displayName": "Phone Number", "group": "common", "label": "", " [...]
diff --git a/components/camel-twilio/src/main/docs/twilio-component.adoc b/components/camel-twilio/src/main/docs/twilio-component.adoc
index 6705e7c..492a5cf 100644
--- a/components/camel-twilio/src/main/docs/twilio-component.adoc
+++ b/components/camel-twilio/src/main/docs/twilio-component.adoc
@@ -129,8 +129,8 @@ There are 56 API groups as listed in the table below:
 | *call-feedback-summary* | 
 | *sip-credential-list-credential* | 
 | *new-key* | 
-| *call-notification* | 
 | *incoming-phone-number* | 
+| *call-notification* | 
 | *validation-request* | 
 | *usage-record-yesterday* | 
 | *usage-record-this-month* | 
@@ -151,8 +151,8 @@ There are 56 API groups as listed in the table below:
 | *available-phone-number-country* | 
 | *usage-record-yearly* | 
 | *queue* | 
-| *sip-domain-credential-list-mapping* | 
 | *transcription* | 
+| *sip-domain-credential-list-mapping* | 
 | *call-feedback* | 
 | *key* | 
 | *incoming-phone-number-toll-free* | 
@@ -1002,53 +1002,77 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: call-notification
+==== API: incoming-phone-number
 
 
-The call-notification API has 2 method(s) which is represented by the following method signatures
+The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
 
 ----
 
-The call-notification API is defined in the syntax as follows:
+The incoming-phone-number API is defined in the syntax as follows:
 
 ----
-twilio:call-notification/methodName?[parameters]
+twilio:incoming-phone-number/methodName?[parameters]
 ----
 
-The 2 method(s) is listed in the table below.
+The 5 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
-| *reader* | read | Create a NotificationReader to execute read
+| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
+| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
+| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
+| *reader* | read | Create a IncomingPhoneNumberReader to execute read
+| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
 |===
 
-The call-notification API method(s) has the following set of parameters listed in the table below:
+The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
+| creator | *areaCode* |  The desired area code for the new phone number | String
+| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
+| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
+| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
+| updater | *pathSid* |  The unique string that identifies the resource | String
 |===
 
-In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
+In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -1058,77 +1082,53 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: incoming-phone-number
+==== API: call-notification
 
 
-The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
+The call-notification API has 2 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
 
 ----
 
-The incoming-phone-number API is defined in the syntax as follows:
+The call-notification API is defined in the syntax as follows:
 
 ----
-twilio:incoming-phone-number/methodName?[parameters]
+twilio:call-notification/methodName?[parameters]
 ----
 
-The 5 method(s) is listed in the table below.
+The 2 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
-| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
-| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
-| *reader* | read | Create a IncomingPhoneNumberReader to execute read
-| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
+| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
+| *reader* | read | Create a NotificationReader to execute read
 |===
 
-The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
+The call-notification API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *areaCode* |  The desired area code for the new phone number | String
-| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
-| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
-| updater | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
 |===
 
-In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
+In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2351,69 +2351,58 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: sip-domain-credential-list-mapping
+==== API: transcription
 
 
-The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
+The transcription API has 3 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader();
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
 
 ----
 
-The sip-domain-credential-list-mapping API is defined in the syntax as follows:
+The transcription API is defined in the syntax as follows:
 
 ----
-twilio:sip-domain-credential-list-mapping/methodName?[parameters]
+twilio:transcription/methodName?[parameters]
 ----
 
-The 4 method(s) is listed in the table below.
+The 3 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a CredentialListMappingCreator to execute create
-| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
-| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
-| *reader* | read | Create a CredentialListMappingReader to execute read
+| *deleter* | delete | Create a TranscriptionDeleter to execute delete
+| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
+| *reader* | read | Create a TranscriptionReader to execute read
 |===
 
-The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
+The transcription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
-| creator | *pathAccountSid* |  The unique sid that identifies this account | String
-| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
-| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathSid* |  A string that identifies the resource to delete | String
-| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
-| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
-| reader | *pathAccountSid* |  The unique sid that identifies this account | String
-| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
+| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
 |===
 
-In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
+In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2423,58 +2412,69 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: transcription
+==== API: sip-domain-credential-list-mapping
 
 
-The transcription API has 3 method(s) which is represented by the following method signatures
+The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader();
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
 
 ----
 
-The transcription API is defined in the syntax as follows:
+The sip-domain-credential-list-mapping API is defined in the syntax as follows:
 
 ----
-twilio:transcription/methodName?[parameters]
+twilio:sip-domain-credential-list-mapping/methodName?[parameters]
 ----
 
-The 3 method(s) is listed in the table below.
+The 4 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *deleter* | delete | Create a TranscriptionDeleter to execute delete
-| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
-| *reader* | read | Create a TranscriptionReader to execute read
+| *creator* | create | Create a CredentialListMappingCreator to execute create
+| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
+| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
+| *reader* | read | Create a CredentialListMappingReader to execute read
 |===
 
-The transcription API method(s) has the following set of parameters listed in the table below:
+The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
-| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathSid* |  The unique string that identifies the resource | String
-| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
+| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
+| creator | *pathAccountSid* |  The unique sid that identifies this account | String
+| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
+| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathSid* |  A string that identifies the resource to delete | String
+| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
+| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
+| reader | *pathAccountSid* |  The unique sid that identifies this account | String
+| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
 |===
 
-In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
+In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/docs/components/modules/ROOT/pages/braintree-component.adoc b/docs/components/modules/ROOT/pages/braintree-component.adoc
index a7184cc..bbe9b87 100644
--- a/docs/components/modules/ROOT/pages/braintree-component.adoc
+++ b/docs/components/modules/ROOT/pages/braintree-component.adoc
@@ -145,8 +145,8 @@ There are 14 API groups as listed in the table below:
 | API Name | Description
 | *paymentMethodNonce* | 
 | *documentUpload* | 
-| *subscription* | Provides methods to interact with Subscriptions
 | *dispute* | Provides methods to interact with Dispute objects
+| *subscription* | Provides methods to interact with Subscriptions
 | *settlementBatchSummary* | 
 | *address* | Provides methods to create, delete, find, and update Address objects
 | *webhookNotification* | 
@@ -259,41 +259,39 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: subscription
+==== API: dispute
 
 
-The subscription API has 7 method(s) which is represented by the following method signatures
+The dispute API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
-
-com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
 
-com.braintreegateway.Subscription find(String id);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
+com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
+com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
 
-com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
+com.braintreegateway.Dispute find(String id);
 
-com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
 
-com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
+com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
 
 ----
 
-The subscription API is defined in the syntax as follows:
+The dispute API is defined in the syntax as follows:
 
 ----
-braintree:subscription/methodName?[parameters]
+braintree:dispute/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -302,33 +300,34 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *cancel* |  | Cancels the Subscription with the given id
-| *create* |  | Creates a Subscription
-| *delete* |  | 
-| *find* |  | Finds a Subscription by id
-| *retryCharge* |  | 
-| *search* |  | Search for a Subscription
-| *update* |  | Updates a Subscription
+| *accept* |  | Accept a Dispute, given a dispute ID
+| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
+| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
+| *finalize* |  | Finalize a Dispute, given an ID
+| *find* |  | Returns a Dispute, given an ID
+| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
+| *search* |  | Finds all Disputes that match the query
 |===
 
-The subscription API method(s) has the following set of parameters listed in the table below:
+The dispute API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| cancel | *id* |  Of the Subscription to cancel | String
-| create | *request* |  The request | SubscriptionRequest
-| delete | *customerId* |   | String
-| delete | *id* |   | String
-| find | *id* |  The id of the Subscription | String
-| retryCharge | *amount* |   | BigDecimal
-| retryCharge | *submitForSettlement* |   | Boolean
-| retryCharge | *subscriptionId* |   | String
-| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
-| update | *id* |  The id of the Subscription | String
-| update | *request* |  The request | SubscriptionRequest
+| accept | *id* |  The dispute id to accept | String
+| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
+| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
+| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
+| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
+| addTextEvidence | *id* |  The dispute id to add text evidence to | String
+| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
+| finalize | *id* |  The dispute id to finalize | String
+| find | *id* |  The dispute id to find | String
+| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
+| removeEvidence | *evidenceId* |  The evidence id to remove | String
+| search | *query* |  The query for what disputes to find | DisputeSearchRequest
 |===
 
-In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
+In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -338,39 +337,41 @@ would override a `CamelBraintree.myParameterNameHere` header.
 
 
 
-==== API: dispute
+==== API: subscription
 
 
-The dispute API has 7 method(s) which is represented by the following method signatures
+The subscription API has 7 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> accept(String id);
+com.braintreegateway.Result<com.braintreegateway.Subscription> cancel(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, String documentId);
+com.braintreegateway.Result<com.braintreegateway.Subscription> create(com.braintreegateway.SubscriptionRequest request);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addFileEvidence(String disputeId, com.braintreegateway.FileEvidenceRequest fileEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Subscription> delete(String customerId, String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, String content);
+com.braintreegateway.Subscription find(String id);
 
-com.braintreegateway.Result<com.braintreegateway.DisputeEvidence> addTextEvidence(String id, com.braintreegateway.TextEvidenceRequest textEvidenceRequest);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> finalize(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, Boolean submitForSettlement);
 
-com.braintreegateway.Dispute find(String id);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount);
 
-com.braintreegateway.Result<com.braintreegateway.Dispute> removeEvidence(String disputeId, String evidenceId);
+com.braintreegateway.Result<com.braintreegateway.Transaction> retryCharge(String subscriptionId, java.math.BigDecimal amount, Boolean submitForSettlement);
 
-com.braintreegateway.PaginatedCollection<com.braintreegateway.Dispute> search(com.braintreegateway.DisputeSearchRequest query);
+com.braintreegateway.ResourceCollection<com.braintreegateway.Subscription> search(com.braintreegateway.SubscriptionSearchRequest searchRequest);
+
+com.braintreegateway.Result<com.braintreegateway.Subscription> update(String id, com.braintreegateway.SubscriptionRequest request);
 
 ----
 
-The dispute API is defined in the syntax as follows:
+The subscription API is defined in the syntax as follows:
 
 ----
-braintree:dispute/methodName?[parameters]
+braintree:subscription/methodName?[parameters]
 ----
 
 The 7 method(s) is listed in the table below.
@@ -379,34 +380,33 @@ The 7 method(s) is listed in the table below.
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *accept* |  | Accept a Dispute, given a dispute ID
-| *addFileEvidence* |  | Add File Evidence to a Dispute, given an ID and a FileEvidenceRequest File evidence request
-| *addTextEvidence* |  | Add Text Evidence to a Dispute, given an ID and content
-| *finalize* |  | Finalize a Dispute, given an ID
-| *find* |  | Returns a Dispute, given an ID
-| *removeEvidence* |  | Remove Evidence from a Dispute, given an ID and a DisputeEvidence ID
-| *search* |  | Finds all Disputes that match the query
+| *cancel* |  | Cancels the Subscription with the given id
+| *create* |  | Creates a Subscription
+| *delete* |  | 
+| *find* |  | Finds a Subscription by id
+| *retryCharge* |  | 
+| *search* |  | Search for a Subscription
+| *update* |  | Updates a Subscription
 |===
 
-The dispute API method(s) has the following set of parameters listed in the table below:
+The subscription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| accept | *id* |  The dispute id to accept | String
-| addFileEvidence | *disputeId* |  The dispute id to add text evidence to | String
-| addFileEvidence | *documentId* |  The document id of a previously uploaded document | String
-| addFileEvidence | *fileEvidenceRequest* |  The file evidence request for the dispute | FileEvidenceRequest
-| addTextEvidence | *content* |  The content of the text evidence for the dispute | String
-| addTextEvidence | *id* |  The dispute id to add text evidence to | String
-| addTextEvidence | *textEvidenceRequest* |  The text evidence request for the dispute | TextEvidenceRequest
-| finalize | *id* |  The dispute id to finalize | String
-| find | *id* |  The dispute id to find | String
-| removeEvidence | *disputeId* |  The dispute id to remove evidence from | String
-| removeEvidence | *evidenceId* |  The evidence id to remove | String
-| search | *query* |  The query for what disputes to find | DisputeSearchRequest
+| cancel | *id* |  Of the Subscription to cancel | String
+| create | *request* |  The request | SubscriptionRequest
+| delete | *customerId* |   | String
+| delete | *id* |   | String
+| find | *id* |  The id of the Subscription | String
+| retryCharge | *amount* |   | BigDecimal
+| retryCharge | *submitForSettlement* |   | Boolean
+| retryCharge | *subscriptionId* |   | String
+| search | *searchRequest* |  The SubscriptionSearchRequest | SubscriptionSearchRequest
+| update | *id* |  The id of the Subscription | String
+| update | *request* |  The request | SubscriptionRequest
 |===
 
-In addition to the parameters above, the dispute API can also use from the 34 endpoint query option
+In addition to the parameters above, the subscription API can also use from the 34 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/docs/components/modules/ROOT/pages/twilio-component.adoc b/docs/components/modules/ROOT/pages/twilio-component.adoc
index 7bcf40a..c222545 100644
--- a/docs/components/modules/ROOT/pages/twilio-component.adoc
+++ b/docs/components/modules/ROOT/pages/twilio-component.adoc
@@ -131,8 +131,8 @@ There are 56 API groups as listed in the table below:
 | *call-feedback-summary* | 
 | *sip-credential-list-credential* | 
 | *new-key* | 
-| *call-notification* | 
 | *incoming-phone-number* | 
+| *call-notification* | 
 | *validation-request* | 
 | *usage-record-yesterday* | 
 | *usage-record-this-month* | 
@@ -153,8 +153,8 @@ There are 56 API groups as listed in the table below:
 | *available-phone-number-country* | 
 | *usage-record-yearly* | 
 | *queue* | 
-| *sip-domain-credential-list-mapping* | 
 | *transcription* | 
+| *sip-domain-credential-list-mapping* | 
 | *call-feedback* | 
 | *key* | 
 | *incoming-phone-number-toll-free* | 
@@ -1004,53 +1004,77 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: call-notification
+==== API: incoming-phone-number
 
 
-The call-notification API has 2 method(s) which is represented by the following method signatures
+The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
 
-com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
 
 ----
 
-The call-notification API is defined in the syntax as follows:
+The incoming-phone-number API is defined in the syntax as follows:
 
 ----
-twilio:call-notification/methodName?[parameters]
+twilio:incoming-phone-number/methodName?[parameters]
 ----
 
-The 2 method(s) is listed in the table below.
+The 5 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
-| *reader* | read | Create a NotificationReader to execute read
+| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
+| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
+| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
+| *reader* | read | Create a IncomingPhoneNumberReader to execute read
+| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
 |===
 
-The call-notification API method(s) has the following set of parameters listed in the table below:
+The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
+| creator | *areaCode* |  The desired area code for the new phone number | String
+| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
+| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
+| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
+| updater | *pathSid* |  The unique string that identifies the resource | String
 |===
 
-In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
+In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -1060,77 +1084,53 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: incoming-phone-number
+==== API: call-notification
 
 
-The incoming-phone-number API has 5 method(s) which is represented by the following method signatures
+The call-notification API has 2 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, String areaCode);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(com.twilio.type.PhoneNumber phoneNumber);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberDeleter deleter(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathAccountSid, String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberFetcher fetcher(String pathSid);
-
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader();
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String pathCallSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathAccountSid, String pathCallSid);
 
-com.twilio.rest.api.v2010.account.IncomingPhoneNumberUpdater updater(String pathSid);
+com.twilio.rest.api.v2010.account.call.NotificationReader reader(String pathCallSid);
 
 ----
 
-The incoming-phone-number API is defined in the syntax as follows:
+The call-notification API is defined in the syntax as follows:
 
 ----
-twilio:incoming-phone-number/methodName?[parameters]
+twilio:call-notification/methodName?[parameters]
 ----
 
-The 5 method(s) is listed in the table below.
+The 2 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a IncomingPhoneNumberCreator to execute create
-| *deleter* | delete | Create a IncomingPhoneNumberDeleter to execute delete
-| *fetcher* | fetch | Create a IncomingPhoneNumberFetcher to execute fetch
-| *reader* | read | Create a IncomingPhoneNumberReader to execute read
-| *updater* | update | Create a IncomingPhoneNumberUpdater to execute update
+| *fetcher* | fetch | Create a NotificationFetcher to execute fetch
+| *reader* | read | Create a NotificationReader to execute read
 |===
 
-The incoming-phone-number API method(s) has the following set of parameters listed in the table below:
+The call-notification API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *areaCode* |  The desired area code for the new phone number | String
-| creator | *pathAccountSid* |  The SID of the Account that will create the resource | String
-| creator | *phoneNumber* |  The phone number to purchase in E.164 format | PhoneNumber
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
 | fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathCallSid* |  The Call SID of the resource to fetch | String
 | fetcher | *pathSid* |  The unique string that identifies the resource | String
 | reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
-| updater | *pathAccountSid* |  The SID of the Account that created the resource to update | String
-| updater | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathCallSid* |  The Call SID of the resource to fetch | String
 |===
 
-In addition to the parameters above, the incoming-phone-number API can also use from the 23 endpoint query option
+In addition to the parameters above, the call-notification API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2353,69 +2353,58 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: sip-domain-credential-list-mapping
+==== API: transcription
 
 
-The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
+The transcription API has 3 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
-
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader();
 
-com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
+com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
 
 ----
 
-The sip-domain-credential-list-mapping API is defined in the syntax as follows:
+The transcription API is defined in the syntax as follows:
 
 ----
-twilio:sip-domain-credential-list-mapping/methodName?[parameters]
+twilio:transcription/methodName?[parameters]
 ----
 
-The 4 method(s) is listed in the table below.
+The 3 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *creator* | create | Create a CredentialListMappingCreator to execute create
-| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
-| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
-| *reader* | read | Create a CredentialListMappingReader to execute read
+| *deleter* | delete | Create a TranscriptionDeleter to execute delete
+| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
+| *reader* | read | Create a TranscriptionReader to execute read
 |===
 
-The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
+The transcription API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
-| creator | *pathAccountSid* |  The unique sid that identifies this account | String
-| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
-| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| deleter | *pathSid* |  A string that identifies the resource to delete | String
-| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
-| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
-| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
-| reader | *pathAccountSid* |  The unique sid that identifies this account | String
-| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
+| deleter | *pathSid* |  The unique string that identifies the resource | String
+| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
+| fetcher | *pathSid* |  The unique string that identifies the resource | String
+| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
 |===
 
-In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
+In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
@@ -2425,58 +2414,69 @@ would override a `CamelTwilio.myParameterNameHere` header.
 
 
 
-==== API: transcription
+==== API: sip-domain-credential-list-mapping
 
 
-The transcription API has 3 method(s) which is represented by the following method signatures
+The sip-domain-credential-list-mapping API has 4 method(s) which is represented by the following method signatures
 (an API method may have multiple signatures due to overloading):
 
 [source,java]
 ----
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathAccountSid, String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator creator(String pathDomainSid, String credentialListSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathAccountSid, String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionFetcher fetcher(String pathSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingDeleter deleter(String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader();
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathAccountSid, String pathDomainSid, String pathSid);
 
-com.twilio.rest.api.v2010.account.TranscriptionReader reader(String pathAccountSid);
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingFetcher fetcher(String pathDomainSid, String pathSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathAccountSid, String pathDomainSid);
+
+com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingReader reader(String pathDomainSid);
 
 ----
 
-The transcription API is defined in the syntax as follows:
+The sip-domain-credential-list-mapping API is defined in the syntax as follows:
 
 ----
-twilio:transcription/methodName?[parameters]
+twilio:sip-domain-credential-list-mapping/methodName?[parameters]
 ----
 
-The 3 method(s) is listed in the table below.
+The 4 method(s) is listed in the table below.
 (API methods can have a shorthand alias name which can be used in the syntax instead of the name)
 
 [width="100%",cols="2,2,6",options="header"]
 |===
 | Method | Alias | Description
-| *deleter* | delete | Create a TranscriptionDeleter to execute delete
-| *fetcher* | fetch | Create a TranscriptionFetcher to execute fetch
-| *reader* | read | Create a TranscriptionReader to execute read
+| *creator* | create | Create a CredentialListMappingCreator to execute create
+| *deleter* | delete | Create a CredentialListMappingDeleter to execute delete
+| *fetcher* | fetch | Create a CredentialListMappingFetcher to execute fetch
+| *reader* | read | Create a CredentialListMappingReader to execute read
 |===
 
-The transcription API method(s) has the following set of parameters listed in the table below:
+The sip-domain-credential-list-mapping API method(s) has the following set of parameters listed in the table below:
 [width="100%",cols="2,2,4,2",options="header"]
 |===
 | Method | Parameter | Description | Type
-| deleter | *pathAccountSid* |  The SID of the Account that created the resources to delete | String
-| deleter | *pathSid* |  The unique string that identifies the resource | String
-| fetcher | *pathAccountSid* |  The SID of the Account that created the resource to fetch | String
-| fetcher | *pathSid* |  The unique string that identifies the resource | String
-| reader | *pathAccountSid* |  The SID of the Account that created the resources to read | String
+| creator | *credentialListSid* |  A string that identifies the CredentialList resource to map to the SIP domain | String
+| creator | *pathAccountSid* |  The unique sid that identifies this account | String
+| creator | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathAccountSid* |  The unique sid that identifies this account | String
+| deleter | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| deleter | *pathSid* |  A string that identifies the resource to delete | String
+| fetcher | *pathAccountSid* |  The unique sid that identifies this account | String
+| fetcher | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
+| fetcher | *pathSid* |  A string that identifies the resource to fetch | String
+| reader | *pathAccountSid* |  The unique sid that identifies this account | String
+| reader | *pathDomainSid* |  A string that identifies the SIP Domain for which the CredentialList resource will be mapped | String
 |===
 
-In addition to the parameters above, the transcription API can also use from the 23 endpoint query option
+In addition to the parameters above, the sip-domain-credential-list-mapping API can also use from the 23 endpoint query option
 which is listed in the _Query Parameters_ section.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header.
diff --git a/docs/components/modules/dataformats/pages/univocity-csv-dataformat.adoc b/docs/components/modules/dataformats/pages/univocity-csv-dataformat.adoc
index 5348002..6241f0f 100644
--- a/docs/components/modules/dataformats/pages/univocity-csv-dataformat.adoc
+++ b/docs/components/modules/dataformats/pages/univocity-csv-dataformat.adoc
@@ -11,7 +11,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -39,7 +39,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -83,7 +83,7 @@ The uniVocity CSV dataformat supports 18 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/docs/components/modules/dataformats/pages/univocity-fixed-dataformat.adoc b/docs/components/modules/dataformats/pages/univocity-fixed-dataformat.adoc
index 66fa2a1..133500e 100644
--- a/docs/components/modules/dataformats/pages/univocity-fixed-dataformat.adoc
+++ b/docs/components/modules/dataformats/pages/univocity-fixed-dataformat.adoc
@@ -11,7 +11,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -39,7 +39,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -82,7 +82,7 @@ The uniVocity Fixed Length dataformat supports 17 options, which are listed belo
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/docs/components/modules/dataformats/pages/univocity-tsv-dataformat.adoc b/docs/components/modules/dataformats/pages/univocity-tsv-dataformat.adoc
index db227c2..350ae36 100644
--- a/docs/components/modules/dataformats/pages/univocity-tsv-dataformat.adoc
+++ b/docs/components/modules/dataformats/pages/univocity-tsv-dataformat.adoc
@@ -11,7 +11,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -39,7 +39,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -80,7 +80,7 @@ The uniVocity TSV dataformat supports 15 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/docs/components/modules/others/pages/main.adoc b/docs/components/modules/others/pages/main.adoc
index 0287f2a..492bf67 100644
--- a/docs/components/modules/others/pages/main.adoc
+++ b/docs/components/modules/others/pages/main.adoc
@@ -246,7 +246,7 @@ camel.component.sql.dataSource = #myDS
 ----
 
 To refer to a custom bean you may want to favour using `#bean:` style, as this states the intention more clearly that its referring to a bean,
-and not just a text value that happens to start with a hash sign:
+and not just a text value that happens to start with a `#` sign:
 
 [source,properties]
 ----


[camel] 01/02: Fixed typos in UniVocity documentation

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ffbf91cfad3978975874048b2195af58c95cdefb
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Sep 18 17:57:59 2020 +0200

    Fixed typos in UniVocity documentation
---
 .../src/main/docs/univocity-csv-dataformat.adoc                     | 6 +++---
 .../src/main/docs/univocity-fixed-dataformat.adoc                   | 6 +++---
 .../src/main/docs/univocity-tsv-dataformat.adoc                     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
index c09180d..f290334 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -81,7 +81,7 @@ The uniVocity CSV dataformat supports 18 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
index 1db2442..891a627 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -80,7 +80,7 @@ The uniVocity Fixed Length dataformat supports 17 options, which are listed belo
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.
diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
index c5305cb..7584ce0 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
@@ -9,7 +9,7 @@
 *Since Camel {since}*
 
 This xref:manual::data-format.adoc[Data
-Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers]
+Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers]
 for reading and writing 3 kinds of tabular data text files:
 
 * CSV (Comma Separated Values), where the values are separated by a
@@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release.
 Most configuration options of the uniVocity-parsers are available in the
 data formats. If you want more information about a particular option,
 please refer to their
-http://www.univocity.com/pages/parsers-documentation[documentation
+https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation
 page].
 
 The 3 data formats share common options and have dedicated ones, this
@@ -78,7 +78,7 @@ The uniVocity TSV dataformat supports 15 options, which are listed below.
 
 The marshalling accepts either:
 
-* A list of maps (L`ist<Map<String, ?>>`), one for each line
+* A list of maps (`List<Map<String, ?>>`), one for each line
 * A single map (`Map<String, ?>`), for a single line
 
 Any other body will throws an exception.