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

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

commit 96c439ef542c401d9b8ea3ec1af96d034b13ce52
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sat Sep 19 14:40:16 2020 +0200

    Full Rebuild
---
 .../org/apache/camel/catalog/components/braintree.json   |  4 ++--
 .../org/apache/camel/catalog/components/optaplanner.json |  4 +++-
 .../org/apache/camel/catalog/components/twilio.json      |  8 ++++----
 .../resources/org/apache/camel/component/fhir/fhir.json  |  4 ++--
 .../org/apache/camel/component/twilio/twilio.json        | 16 ++++++++--------
 5 files changed, 19 insertions(+), 17 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 57e4ea0..536b64d 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)" ] } } },
-    "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 [...]
+    "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 [...]
     "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 } } } } },
-    "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" [...]
+    "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 [...]
     "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/optaplanner.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/optaplanner.json
index c1b0c21..faf03fb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/optaplanner.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/optaplanner.json
@@ -28,8 +28,10 @@
     "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": true, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" }
   },
   "properties": {
-    "configFile": { "kind": "path", "displayName": "Config File", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "configurationClass": 
"org.apache.camel.component.optaplanner.OptaPlannerConfiguration", 
"configurationField": "configuration", "description": "Specifies the location 
to the solver file" },
+    "configFile": { "kind": "path", "displayName": "Config File", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "configurationClass": 
"org.apache.camel.component.optaplanner.OptaPlannerConfiguration", 
"configurationField": "configuration", "description": "Specifies the location 
to the solver file. If useSolverManager=FALSE, Camel uses this file and create 
the Solver. If useS [...]
+    "problemId": { "kind": "parameter", "displayName": "Problem Id", "group": 
"common", "label": "common", "required": false, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "secret": false, "defaultValue": "1L", 
"configurationClass": 
"org.apache.camel.component.optaplanner.OptaPlannerConfiguration", 
"configurationField": "configuration", "description": "In case of using 
SolverManager : the problem id" },
     "solverId": { "kind": "parameter", "displayName": "Solver Id", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"DEFAULT_SOLVER", "configurationClass": 
"org.apache.camel.component.optaplanner.OptaPlannerConfiguration", 
"configurationField": "configuration", "description": "Specifies the solverId 
to user for the solver instance key" },
+    "useSolverManager": { "kind": "parameter", "displayName": "Use Solver 
Manager", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "false", "configurationClass": 
"org.apache.camel.component.optaplanner.OptaPlannerConfiguration", 
"configurationField": "configuration", "description": "use SolverManager 
instead of XML file config. Use this mode on Quarkus app." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled b [...]
     "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
     "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
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 e70c8db..e4209ba 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)" ] } } },
-    "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 [...]
+    "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 [...]
     "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  [...]
-    "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. [...]
+    "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 [...]
     "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 } } } } },
-    "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 [...]
+    "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 [...]
     "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 [...]
-    "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 [...]
+    "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, " [...]
     "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-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhir.json
 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhir.json
index 5f8d7c1..1ea3421 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhir.json
+++ 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhir.json
@@ -109,8 +109,8 @@
     "search": { "description": "API to search for resources matching a given 
set of criteria", "methods": { "searchByUrl": { "description": "Perform a 
search directly by URL", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseBundle searchByUrl(String url, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] } } },
     "capabilities": { "description": "API to Fetch the capability statement 
for the server", "methods": { "ofType": { "description": "Retrieve the 
conformance statement using the given model type", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseConformance 
ofType(Class<org.hl7.fhir.instance.model.api.IBaseConformance> type, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] } } },
     "patch": { "description": "API for the patch operation, which performs a 
logical patch on a server resource", "methods": { "patchById": { "description": 
"Applies the patch to the given resource ID", "signatures": [ 
"ca.uhn.fhir.rest.api.MethodOutcome patchById(String patchBody, String 
stringId, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)", "ca.uhn.fhir.rest.api.MethodOutcome patchById( [...]
-    "meta": { "description": "API for the meta operations, which can be used 
to get, add and remove tags and other Meta elements from a resource or across 
the server", "methods": { "add": { "description": "Add the elements in the 
given metadata to the already existing set (do not remove any)", "signatures": 
[ "org.hl7.fhir.instance.model.api.IBaseMetaType 
add(org.hl7.fhir.instance.model.api.IBaseMetaType meta, 
org.hl7.fhir.instance.model.api.IIdType id, java.util.Map<org.apache.camel.com 
[...]
     "history": { "description": "API for the history method", "methods": { 
"onInstance": { "description": "Perform the operation across all versions of a 
specific resource (by ID and type) on the server", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseBundle 
onInstance(org.hl7.fhir.instance.model.api.IIdType id, 
Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType, Integer count, 
java.util.Date cutoff, 
org.hl7.fhir.instance.model.api.IPrimitiveType<java.util.Date> iCutoff [...]
+    "meta": { "description": "API for the meta operations, which can be used 
to get, add and remove tags and other Meta elements from a resource or across 
the server", "methods": { "add": { "description": "Add the elements in the 
given metadata to the already existing set (do not remove any)", "signatures": 
[ "org.hl7.fhir.instance.model.api.IBaseMetaType 
add(org.hl7.fhir.instance.model.api.IBaseMetaType meta, 
org.hl7.fhir.instance.model.api.IIdType id, java.util.Map<org.apache.camel.com 
[...]
     "load-page": { "description": "API that Loads the previous\/next bundle of 
resources from a paged set, using the link specified in the link type=next tag 
within the atom bundle", "methods": { "byUrl": { "description": "Load a page of 
results using the given URL and bundle type and return a DSTU1 Atom bundle", 
"signatures": [ "org.hl7.fhir.instance.model.api.IBaseBundle byUrl(String url, 
Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType, 
java.util.Map<org.apache.camel.comp [...]
     "transaction": { "description": "API for sending a transaction (collection 
of resources) to the server to be executed as a single unit", "methods": { 
"withBundle": { "description": "Use the given raw text (should be a Bundle 
resource) as the transaction input", "signatures": [ "String withBundle(String 
stringBundle, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)", "org.hl7.fhir.instance.model.api.IBaseBundle 
withBundle(org.hl7.fhir.instanc [...]
     "read": { "description": "API method for read operations", "methods": { 
"resourceById": { "description": "", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseResource 
resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, 
Long longId, String ifVersionMatches, Boolean returnNull, 
org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean 
throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
Object> extraParameters)", "org.h [...]
@@ -124,8 +124,8 @@
     "search": { "methods": { "searchByUrl": { "properties": { 
"extraParameters": { "kind": "parameter", "displayName": "Extra Parameters", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "url": { "kind": "paramete [...]
     "capabilities": { "methods": { "ofType": { "properties": { 
"extraParameters": { "kind": "parameter", "displayName": "Extra Parameters", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "type": { "kind": "parame [...]
     "patch": { "methods": { "patchById": { "properties": { "extraParameters": 
{ "kind": "parameter", "displayName": "Extra Parameters", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "id": { "kind": "parameter",  [...]
-    "meta": { "methods": { "add": { "properties": { "extraParameters": { 
"kind": "parameter", "displayName": "Extra Parameters", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "id": { "kind": "parameter", "displa [...]
     "history": { "methods": { "onInstance": { "properties": { "count": { 
"kind": "parameter", "displayName": "Count", "group": "common", "label": "", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "secret": false, "description": "Request that the server 
return only up to theCount number of resources, may be NULL", "optional": true 
}, "cutoff": { "kind": "parameter", "displayName": "Cutoff", "group": "common", 
"label": "", "required": false, "t [...]
+    "meta": { "methods": { "add": { "properties": { "extraParameters": { 
"kind": "parameter", "displayName": "Extra Parameters", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "id": { "kind": "parameter", "displa [...]
     "load-page": { "methods": { "byUrl": { "properties": { "extraParameters": 
{ "kind": "parameter", "displayName": "Extra Parameters", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "returnType": { "kind": "para [...]
     "transaction": { "methods": { "withBundle": { "properties": { "bundle": { 
"kind": "parameter", "displayName": "Bundle", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"org.hl7.fhir.instance.model.api.IBaseBundle", "deprecated": false, "secret": 
false, "description": "Bundle to use in the transaction", "optional": false }, 
"extraParameters": { "kind": "parameter", "displayName": "Extra Parameters", 
"group": "common", "label": "", "required": false, "t [...]
     "read": { "methods": { "resourceById": { "properties": { 
"extraParameters": { "kind": "parameter", "displayName": "Extra Parameters", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "secret": false, "description": "", 
"optional": true }, "id": { "kind": "parameter", "displayName": "Id", "group": 
"common", "label": "", "required": false, "type": [...]
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 29b7721..e4209ba 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
@@ -66,15 +66,15 @@
     "call-recording": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a RecordingCreator to execute 
create", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathAccountSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathCallSid)" ] }, "deleter": { "description": "Crea [...]
     "queue-member": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a MemberFetcher to execute 
fetch", "signatures": [ "com.twilio.rest.api.v2010.account.queue.MemberFetcher 
fetcher(String pathAccountSid, String pathQueueSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.queue.MemberFetcher fetcher(String 
pathQueueSid, String pathCallSid)" ] }, " [...]
     "usage-trigger": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a TriggerCreator to execute 
create", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.TriggerCreator creator(String 
pathAccountSid, java.net.URI callbackUrl, String triggerValue, 
com.twilio.rest.api.v2010.account.usage.Trigger$UsageCategory usageCategory)", 
"com.twilio.rest.api.v20 [...]
-    "usage-record-last-month": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
LastMonthReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader(String 
pathAccountSid)" ] } } },
     "usage-record-all-time": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
AllTimeReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader(String 
pathAccountSid)" ] } } },
+    "usage-record-last-month": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
LastMonthReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader(String 
pathAccountSid)" ] } } },
     "recording-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.recording.TranscriptionDeleter 
deleter(String pathAccountSid, String pathRecordingSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.recording.TranscriptionDeleter 
deleter(String  [...]
     "message": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a MessageCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.MessageCreator 
creator(String pathAccountSid, com.twilio.type.PhoneNumber to, String 
messagingServiceSid, String body)", 
"com.twilio.rest.api.v2010.account.MessageCreator creator(String 
pathAccountSid, com.tw [...]
     "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)" ] } } },
-    "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 [...]
+    "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 [...]
     "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)" ] } } },
@@ -85,8 +85,8 @@
     "usage-record": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "reader": { "description": "Create a RecordReader to execute 
read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.RecordReader 
reader()", "com.twilio.rest.api.v2010.account.usage.RecordReader reader(String 
pathAccountSid)" ] } } },
     "available-phone-number-country-mobile": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
MobileReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader 
reader(String pathAccountSid, String pathCountryCode)", 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader 
reader(Str [...]
     "conference-participant": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
ParticipantCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.conference.ParticipantCreator creator(String 
pathAccountSid, String pathConferenceSid, com.twilio.type.PhoneNumber from, 
com.twilio.type.PhoneNumber to)", "com.twilio.rest.api.v2010.account [...]
-    "recording-add-on-result": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "deleter": { "description": "Create a 
AddOnResultDeleter to execute delete", "signatures": [ 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathAccountSid, String pathReferenceSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathRe [...]
     "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.NotificationFetcher fetcher(String 
pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.NotificationFetcher fetcher(String pathSid)" 
] }, "reader": { "description": "Create a Notifica [...]
+    "recording-add-on-result": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "deleter": { "description": "Create a 
AddOnResultDeleter to execute delete", "signatures": [ 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathAccountSid, String pathReferenceSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathRe [...]
     "sip-domain-ip-access-control-list-mapping": { "description": "", 
"aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", 
"^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": 
"Create a IpAccessControlListMappingCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.sip.domain.IpAccessControlListMappingCreator 
creator(String pathAccountSid, String pathDomainSid, String 
ipAccessControlListSid)", "com.twilio.rest.api.v20 [...]
     "sip-domain": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a DomainCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.DomainCreator 
creator(String domainName)", 
"com.twilio.rest.api.v2010.account.sip.DomainCreator creator(String 
pathAccountSid, String domainName)" ] }, "deleter": { "description": "Create a 
DomainDelete [...]
     "address": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a AddressCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.AddressCreator 
creator(String customerName, String street, String city, String region, String 
postalCode, String isoCountry)", 
"com.twilio.rest.api.v2010.account.AddressCreator creator(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  [...]
-    "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. [...]
+    "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 [...]
     "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 [...]
@@ -124,15 +124,15 @@
     "call-recording": { "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 }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required": false [...]
     "queue-member": { "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(s) to fetch", 
"optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required": [...]
     "usage-trigger": { "methods": { "creator": { "properties": { 
"callbackUrl": { "kind": "parameter", "displayName": "Callback Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.net.URI", "deprecated": false, "secret": false, "description": "The URL 
we call when the trigger fires", "optional": false }, "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Account Sid", "group": "common", 
"label": "", "required": false, "type": "string",  [...]
-    "usage-record-last-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 } } } } },
     "usage-record-all-time": { "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-last-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 } } } } },
     "recording-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 }, "pathRecordingSid": { "kind": "parameter", "displayName": 
"Path Recording Sid", "group": "common", "lab [...]
     "message": { "methods": { "creator": { "properties": { "body": { "kind": 
"parameter", "displayName": "Body", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The text of the message you want to send. Can 
be up to 1,600 characters in length.", "optional": false }, "from": { "kind": 
"parameter", "displayName": "From", "group": "common", "label": "", "required": 
false, "type": "obje [...]
     "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 } } } } },
-    "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 [...]
+    "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 [...]
     "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 } } } } },
@@ -143,8 +143,8 @@
     "usage-record": { "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 } } } } },
     "available-phone-number-country-mobile": { "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 requesting the AvailablePhoneNumber 
resources", "optional": false }, "pathCountryCode": { "kind": "parameter", 
"displayName": "Path Country Code", "gr [...]
     "conference-participant": { "methods": { "creator": { "properties": { 
"from": { "kind": "parameter", "displayName": "From", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.twilio.type.PhoneNumber", "deprecated": false, "secret": false, 
"description": "The phone number, Client identifier, or username portion of SIP 
address that made this call.", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "Path Account Sid", "group [...]
-    "recording-add-on-result": { "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 }, "pathReferenceSid": { "kind": "parameter", "displayName": 
"Path Reference Sid", "group": "common", "lab [...]
     "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 }, "pathSid": { "kind": "parameter", "displayName": "Path 
Sid", "group": "common", "label": "", "required": false, "typ [...]
+    "recording-add-on-result": { "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 }, "pathReferenceSid": { "kind": "parameter", "displayName": 
"Path Reference Sid", "group": "common", "lab [...]
     "sip-domain-ip-access-control-list-mapping": { "methods": { "creator": { 
"properties": { "ipAccessControlListSid": { "kind": "parameter", "displayName": 
"Ip Access Control List Sid", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The unique id of the IP access control list to 
map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "P [...]
     "sip-domain": { "methods": { "creator": { "properties": { "domainName": { 
"kind": "parameter", "displayName": "Domain Name", "group": "common", "label": 
"", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "The unique address on 
Twilio to route SIP traffic", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "Path Account Sid", "group": "common", "label": "", 
"required": false, "type":  [...]
     "address": { "methods": { "creator": { "properties": { "city": { "kind": 
"parameter", "displayName": "City", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The city of the new address", "optional": 
false }, "customerName": { "kind": "parameter", "displayName": "Customer Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", " [...]
@@ -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 [...]
-    "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 [...]
+    "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, " [...]
     "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": "", " [...]

Reply via email to