diff options
author | Carlos Diaz-Padron <cdpadron@twilio.com> | 2016-02-25 15:01:33 -0800 |
---|---|---|
committer | Carlos Diaz-Padron <cdpadron@twilio.com> | 2016-02-25 15:01:33 -0800 |
commit | 0cb818a74dfa2724a94b3e1236afa4a57a910dbb (patch) | |
tree | 9a4b549cf7b6675116823124d2858354863d1196 | |
parent | e2018b183e8e168b348423ed8d464399381bf26e (diff) | |
download | twilio-php-0cb818a74dfa2724a94b3e1236afa4a57a910dbb.zip twilio-php-0cb818a74dfa2724a94b3e1236afa4a57a910dbb.tar.gz twilio-php-0cb818a74dfa2724a94b3e1236afa4a57a910dbb.tar.bz2 |
enums -> string
187 files changed, 503 insertions, 505 deletions
diff --git a/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberList.php b/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberList.php index 00f62f4..8e8f0fb 100644 --- a/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberList.php +++ b/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberList.php @@ -51,9 +51,9 @@ class DependentPhoneNumberList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberPage.php b/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberPage.php index 31009c4..1ffa6a3 100644 --- a/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberPage.php +++ b/Twilio/Rest/Api/V2010/Account/Address/DependentPhoneNumberPage.php @@ -37,9 +37,9 @@ class DependentPhoneNumberPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AddressList.php b/Twilio/Rest/Api/V2010/Account/AddressList.php index 368a57e..fe805ab 100644 --- a/Twilio/Rest/Api/V2010/Account/AddressList.php +++ b/Twilio/Rest/Api/V2010/Account/AddressList.php @@ -88,9 +88,9 @@ class AddressList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AddressPage.php b/Twilio/Rest/Api/V2010/Account/AddressPage.php index 29d191e..04c543f 100644 --- a/Twilio/Rest/Api/V2010/Account/AddressPage.php +++ b/Twilio/Rest/Api/V2010/Account/AddressPage.php @@ -76,9 +76,9 @@ class AddressPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ApplicationList.php b/Twilio/Rest/Api/V2010/Account/ApplicationList.php index 3e56002..8379907 100644 --- a/Twilio/Rest/Api/V2010/Account/ApplicationList.php +++ b/Twilio/Rest/Api/V2010/Account/ApplicationList.php @@ -91,9 +91,9 @@ class ApplicationList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ApplicationPage.php b/Twilio/Rest/Api/V2010/Account/ApplicationPage.php index 7fd6d7f..b1d3c85 100644 --- a/Twilio/Rest/Api/V2010/Account/ApplicationPage.php +++ b/Twilio/Rest/Api/V2010/Account/ApplicationPage.php @@ -79,9 +79,9 @@ class ApplicationPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppInstance.php b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppInstance.php index 1cac4b3..aa544bf 100644 --- a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppInstance.php +++ b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppInstance.php @@ -24,7 +24,7 @@ use Twilio\Version; * @property string connectAppSid * @property \DateTime dateCreated * @property \DateTime dateUpdated - * @property authorized_connect_app.Permission permissions + * @property string permissions * @property string uri */ class AuthorizedConnectAppInstance extends InstanceResource { diff --git a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppList.php b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppList.php index 15e8e17..6f45b0e 100644 --- a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppList.php +++ b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppList.php @@ -49,9 +49,9 @@ class AuthorizedConnectAppList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppPage.php b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppPage.php index c900d13..38698a1 100644 --- a/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppPage.php +++ b/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppPage.php @@ -37,9 +37,9 @@ class AuthorizedConnectAppPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalList.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalList.php index f10e9fa..180b545 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalList.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalList.php @@ -52,9 +52,9 @@ class LocalList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalPage.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalPage.php index 738efe0..be7df6d 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalPage.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/LocalPage.php @@ -37,9 +37,9 @@ class LocalPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobileList.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobileList.php index d6ba5d8..bf73914 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobileList.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobileList.php @@ -52,9 +52,9 @@ class MobileList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobilePage.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobilePage.php index 34f2dff..3666b13 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobilePage.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/MobilePage.php @@ -37,9 +37,9 @@ class MobilePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreeList.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreeList.php index 6f230da..1f0857c 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreeList.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreeList.php @@ -52,9 +52,9 @@ class TollFreeList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreePage.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreePage.php index f5da326..15ddced 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreePage.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountry/TollFreePage.php @@ -37,9 +37,9 @@ class TollFreePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryList.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryList.php index d6a6d98..6612c30 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryList.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryList.php @@ -50,9 +50,9 @@ class AvailablePhoneNumberCountryList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryPage.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryPage.php index 6688631..ce00ee7 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryPage.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryPage.php @@ -37,9 +37,9 @@ class AvailablePhoneNumberCountryPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Call/FeedbackInstance.php b/Twilio/Rest/Api/V2010/Account/Call/FeedbackInstance.php index 6e120b3..f9b7698 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/FeedbackInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Call/FeedbackInstance.php @@ -19,7 +19,7 @@ use Twilio\Version; * @property string accountSid * @property \DateTime dateCreated * @property \DateTime dateUpdated - * @property feedback.Issues issues + * @property string issues * @property string qualityScore * @property string sid */ diff --git a/Twilio/Rest/Api/V2010/Account/Call/FeedbackSummaryInstance.php b/Twilio/Rest/Api/V2010/Account/Call/FeedbackSummaryInstance.php index 9ced721..72dbeff 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/FeedbackSummaryInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Call/FeedbackSummaryInstance.php @@ -29,7 +29,7 @@ use Twilio\Version; * @property string qualityScoreStandardDeviation * @property string sid * @property \DateTime startDate - * @property feedback_summary.Status status + * @property string status */ class FeedbackSummaryInstance extends InstanceResource { /** diff --git a/Twilio/Rest/Api/V2010/Account/Call/NotificationList.php b/Twilio/Rest/Api/V2010/Account/Call/NotificationList.php index 167892e..ec29a5d 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/NotificationList.php +++ b/Twilio/Rest/Api/V2010/Account/Call/NotificationList.php @@ -51,9 +51,9 @@ class NotificationList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Call/NotificationPage.php b/Twilio/Rest/Api/V2010/Account/Call/NotificationPage.php index 99c6e17..94c7405 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/NotificationPage.php +++ b/Twilio/Rest/Api/V2010/Account/Call/NotificationPage.php @@ -37,9 +37,9 @@ class NotificationPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Call/RecordingList.php b/Twilio/Rest/Api/V2010/Account/Call/RecordingList.php index d9f8247..c9a6227 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/RecordingList.php +++ b/Twilio/Rest/Api/V2010/Account/Call/RecordingList.php @@ -51,9 +51,9 @@ class RecordingList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Call/RecordingPage.php b/Twilio/Rest/Api/V2010/Account/Call/RecordingPage.php index 692ab03..732ee05 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/RecordingPage.php +++ b/Twilio/Rest/Api/V2010/Account/Call/RecordingPage.php @@ -37,9 +37,9 @@ class RecordingPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/CallInstance.php b/Twilio/Rest/Api/V2010/Account/CallInstance.php index 317673c..41aee85 100644 --- a/Twilio/Rest/Api/V2010/Account/CallInstance.php +++ b/Twilio/Rest/Api/V2010/Account/CallInstance.php @@ -36,7 +36,7 @@ use Twilio\Version; * @property string priceUnit * @property string sid * @property \DateTime startTime - * @property call.Status status + * @property string status * @property string subresourceUris * @property string to * @property string toFormatted diff --git a/Twilio/Rest/Api/V2010/Account/CallList.php b/Twilio/Rest/Api/V2010/Account/CallList.php index 64e83bb..4328a9a 100644 --- a/Twilio/Rest/Api/V2010/Account/CallList.php +++ b/Twilio/Rest/Api/V2010/Account/CallList.php @@ -98,9 +98,9 @@ class CallList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/CallPage.php b/Twilio/Rest/Api/V2010/Account/CallPage.php index fd6e27b..3d37720 100644 --- a/Twilio/Rest/Api/V2010/Account/CallPage.php +++ b/Twilio/Rest/Api/V2010/Account/CallPage.php @@ -78,9 +78,9 @@ class CallPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Conference/ParticipantList.php b/Twilio/Rest/Api/V2010/Account/Conference/ParticipantList.php index 95c5cd5..b1c101d 100644 --- a/Twilio/Rest/Api/V2010/Account/Conference/ParticipantList.php +++ b/Twilio/Rest/Api/V2010/Account/Conference/ParticipantList.php @@ -52,9 +52,9 @@ class ParticipantList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Conference/ParticipantPage.php b/Twilio/Rest/Api/V2010/Account/Conference/ParticipantPage.php index 967cc78..9731608 100644 --- a/Twilio/Rest/Api/V2010/Account/Conference/ParticipantPage.php +++ b/Twilio/Rest/Api/V2010/Account/Conference/ParticipantPage.php @@ -37,9 +37,9 @@ class ParticipantPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ConferenceInstance.php b/Twilio/Rest/Api/V2010/Account/ConferenceInstance.php index b12efaf..9f2bd05 100644 --- a/Twilio/Rest/Api/V2010/Account/ConferenceInstance.php +++ b/Twilio/Rest/Api/V2010/Account/ConferenceInstance.php @@ -22,7 +22,7 @@ use Twilio\Version; * @property string apiVersion * @property string friendlyName * @property string sid - * @property conference.Status status + * @property string status * @property string uri */ class ConferenceInstance extends InstanceResource { diff --git a/Twilio/Rest/Api/V2010/Account/ConferenceList.php b/Twilio/Rest/Api/V2010/Account/ConferenceList.php index e6f2948..0b7ce85 100644 --- a/Twilio/Rest/Api/V2010/Account/ConferenceList.php +++ b/Twilio/Rest/Api/V2010/Account/ConferenceList.php @@ -49,9 +49,9 @@ class ConferenceList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ConferencePage.php b/Twilio/Rest/Api/V2010/Account/ConferencePage.php index 173f787..7db1e52 100644 --- a/Twilio/Rest/Api/V2010/Account/ConferencePage.php +++ b/Twilio/Rest/Api/V2010/Account/ConferencePage.php @@ -37,9 +37,9 @@ class ConferencePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ConnectAppInstance.php b/Twilio/Rest/Api/V2010/Account/ConnectAppInstance.php index f70b5fd..8aa77b8 100644 --- a/Twilio/Rest/Api/V2010/Account/ConnectAppInstance.php +++ b/Twilio/Rest/Api/V2010/Account/ConnectAppInstance.php @@ -23,7 +23,7 @@ use Twilio\Version; * @property string description * @property string friendlyName * @property string homepageUrl - * @property connect_app.Permission permissions + * @property string permissions * @property string sid * @property string uri */ diff --git a/Twilio/Rest/Api/V2010/Account/ConnectAppList.php b/Twilio/Rest/Api/V2010/Account/ConnectAppList.php index 11dc9d6..e8f25b1 100644 --- a/Twilio/Rest/Api/V2010/Account/ConnectAppList.php +++ b/Twilio/Rest/Api/V2010/Account/ConnectAppList.php @@ -48,9 +48,9 @@ class ConnectAppList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/ConnectAppPage.php b/Twilio/Rest/Api/V2010/Account/ConnectAppPage.php index 4c63454..24d7416 100644 --- a/Twilio/Rest/Api/V2010/Account/ConnectAppPage.php +++ b/Twilio/Rest/Api/V2010/Account/ConnectAppPage.php @@ -36,9 +36,9 @@ class ConnectAppPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalInstance.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalInstance.php index 9c535d1..bcc9d97 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalInstance.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalInstance.php @@ -16,7 +16,7 @@ use Twilio\Version; /** * @property string accountSid - * @property local.AddressRequirement addressRequirements + * @property string addressRequirements * @property string apiVersion * @property string beta * @property string capabilities diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalList.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalList.php index 130108e..084394b 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalList.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalList.php @@ -50,9 +50,9 @@ class LocalList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalPage.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalPage.php index f8b98cd..8c6095f 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalPage.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/LocalPage.php @@ -37,9 +37,9 @@ class LocalPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileInstance.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileInstance.php index f1afbc7..89c388f 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileInstance.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileInstance.php @@ -16,7 +16,7 @@ use Twilio\Version; /** * @property string accountSid - * @property mobile.AddressRequirement addressRequirements + * @property string addressRequirements * @property string apiVersion * @property string beta * @property string capabilities diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileList.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileList.php index 6622818..c984a81 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileList.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobileList.php @@ -50,9 +50,9 @@ class MobileList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobilePage.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobilePage.php index b00f67d..894221f 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobilePage.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/MobilePage.php @@ -37,9 +37,9 @@ class MobilePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeInstance.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeInstance.php index b2083a6..4700266 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeInstance.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeInstance.php @@ -16,7 +16,7 @@ use Twilio\Version; /** * @property string accountSid - * @property toll_free.AddressRequirement addressRequirements + * @property string addressRequirements * @property string apiVersion * @property string beta * @property string capabilities diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeList.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeList.php index 86ad46e..b3246f4 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeList.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreeList.php @@ -50,9 +50,9 @@ class TollFreeList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreePage.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreePage.php index 2bbc8df..1e42cc8 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreePage.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumber/TollFreePage.php @@ -37,9 +37,9 @@ class TollFreePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberInstance.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberInstance.php index 72e3e8f..72eb0be 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberInstance.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid - * @property incoming_phone_number.AddressRequirement addressRequirements + * @property string addressRequirements * @property string apiVersion * @property string beta * @property string capabilities diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberList.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberList.php index 91c4abe..1dc51f7 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberList.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberList.php @@ -64,9 +64,9 @@ class IncomingPhoneNumberList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberPage.php b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberPage.php index 7b1717b..c863b00 100644 --- a/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberPage.php +++ b/Twilio/Rest/Api/V2010/Account/IncomingPhoneNumberPage.php @@ -38,9 +38,9 @@ class IncomingPhoneNumberPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Message/MediaList.php b/Twilio/Rest/Api/V2010/Account/Message/MediaList.php index f8d1c52..dd119c5 100644 --- a/Twilio/Rest/Api/V2010/Account/Message/MediaList.php +++ b/Twilio/Rest/Api/V2010/Account/Message/MediaList.php @@ -51,9 +51,9 @@ class MediaList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Message/MediaPage.php b/Twilio/Rest/Api/V2010/Account/Message/MediaPage.php index ed5d233..c0fc58a 100644 --- a/Twilio/Rest/Api/V2010/Account/Message/MediaPage.php +++ b/Twilio/Rest/Api/V2010/Account/Message/MediaPage.php @@ -37,9 +37,9 @@ class MediaPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/MessageInstance.php b/Twilio/Rest/Api/V2010/Account/MessageInstance.php index 5b6fb17..1790db3 100644 --- a/Twilio/Rest/Api/V2010/Account/MessageInstance.php +++ b/Twilio/Rest/Api/V2010/Account/MessageInstance.php @@ -22,7 +22,7 @@ use Twilio\Version; * @property \DateTime dateCreated * @property \DateTime dateUpdated * @property \DateTime dateSent - * @property message.Direction direction + * @property string direction * @property string errorCode * @property string errorMessage * @property string from @@ -31,7 +31,7 @@ use Twilio\Version; * @property string price * @property string priceUnit * @property string sid - * @property message.Status status + * @property string status * @property string subresourceUris * @property string to * @property string uri diff --git a/Twilio/Rest/Api/V2010/Account/MessageList.php b/Twilio/Rest/Api/V2010/Account/MessageList.php index 0ec95b9..67170c0 100644 --- a/Twilio/Rest/Api/V2010/Account/MessageList.php +++ b/Twilio/Rest/Api/V2010/Account/MessageList.php @@ -83,9 +83,9 @@ class MessageList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/MessagePage.php b/Twilio/Rest/Api/V2010/Account/MessagePage.php index 158e038..f8c414d 100644 --- a/Twilio/Rest/Api/V2010/Account/MessagePage.php +++ b/Twilio/Rest/Api/V2010/Account/MessagePage.php @@ -71,9 +71,9 @@ class MessagePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/NotificationList.php b/Twilio/Rest/Api/V2010/Account/NotificationList.php index cb06dad..036ecf4 100644 --- a/Twilio/Rest/Api/V2010/Account/NotificationList.php +++ b/Twilio/Rest/Api/V2010/Account/NotificationList.php @@ -49,9 +49,9 @@ class NotificationList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/NotificationPage.php b/Twilio/Rest/Api/V2010/Account/NotificationPage.php index 32a6a12..8a4be02 100644 --- a/Twilio/Rest/Api/V2010/Account/NotificationPage.php +++ b/Twilio/Rest/Api/V2010/Account/NotificationPage.php @@ -37,9 +37,9 @@ class NotificationPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdList.php b/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdList.php index b0ee6ed..800afd0 100644 --- a/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdList.php +++ b/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdList.php @@ -49,9 +49,9 @@ class OutgoingCallerIdList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdPage.php b/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdPage.php index 874ce7d..a9daaba 100644 --- a/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdPage.php +++ b/Twilio/Rest/Api/V2010/Account/OutgoingCallerIdPage.php @@ -37,9 +37,9 @@ class OutgoingCallerIdPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Queue/MemberList.php b/Twilio/Rest/Api/V2010/Account/Queue/MemberList.php index 5330133..871783e 100644 --- a/Twilio/Rest/Api/V2010/Account/Queue/MemberList.php +++ b/Twilio/Rest/Api/V2010/Account/Queue/MemberList.php @@ -50,9 +50,9 @@ class MemberList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Queue/MemberPage.php b/Twilio/Rest/Api/V2010/Account/Queue/MemberPage.php index 4468883..b43472f 100644 --- a/Twilio/Rest/Api/V2010/Account/Queue/MemberPage.php +++ b/Twilio/Rest/Api/V2010/Account/Queue/MemberPage.php @@ -36,9 +36,9 @@ class MemberPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/QueueList.php b/Twilio/Rest/Api/V2010/Account/QueueList.php index 43120d3..d1e6a66 100644 --- a/Twilio/Rest/Api/V2010/Account/QueueList.php +++ b/Twilio/Rest/Api/V2010/Account/QueueList.php @@ -48,9 +48,9 @@ class QueueList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/QueuePage.php b/Twilio/Rest/Api/V2010/Account/QueuePage.php index 5bc63d2..bec84d1 100644 --- a/Twilio/Rest/Api/V2010/Account/QueuePage.php +++ b/Twilio/Rest/Api/V2010/Account/QueuePage.php @@ -36,9 +36,9 @@ class QueuePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionInstance.php b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionInstance.php index 1972158..8eb3729 100644 --- a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionInstance.php @@ -25,7 +25,7 @@ use Twilio\Version; * @property string priceUnit * @property string recordingSid * @property string sid - * @property transcription.Status status + * @property string status * @property string transcriptionText * @property string type * @property string uri diff --git a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionList.php b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionList.php index ce86651..0867831 100644 --- a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionList.php +++ b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionList.php @@ -50,9 +50,9 @@ class TranscriptionList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionPage.php b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionPage.php index 4bd463e..84d61e6 100644 --- a/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionPage.php +++ b/Twilio/Rest/Api/V2010/Account/Recording/TranscriptionPage.php @@ -36,9 +36,9 @@ class TranscriptionPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/RecordingList.php b/Twilio/Rest/Api/V2010/Account/RecordingList.php index 29f9e11..908eac8 100644 --- a/Twilio/Rest/Api/V2010/Account/RecordingList.php +++ b/Twilio/Rest/Api/V2010/Account/RecordingList.php @@ -49,9 +49,9 @@ class RecordingList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/RecordingPage.php b/Twilio/Rest/Api/V2010/Account/RecordingPage.php index 8f5424d..28ad9e7 100644 --- a/Twilio/Rest/Api/V2010/Account/RecordingPage.php +++ b/Twilio/Rest/Api/V2010/Account/RecordingPage.php @@ -37,9 +37,9 @@ class RecordingPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialList.php b/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialList.php index 1feeb9d..781ab1b 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialList.php @@ -50,9 +50,9 @@ class CredentialList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialPage.php b/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialPage.php index d77c4ed..c0a3bb6 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/CredentialList/CredentialPage.php @@ -36,9 +36,9 @@ class CredentialPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/CredentialListList.php b/Twilio/Rest/Api/V2010/Account/Sip/CredentialListList.php index ebe7594..b97cc25 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/CredentialListList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/CredentialListList.php @@ -49,9 +49,9 @@ class CredentialListList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/CredentialListPage.php b/Twilio/Rest/Api/V2010/Account/Sip/CredentialListPage.php index 0bb8dc7..7581e69 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/CredentialListPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/CredentialListPage.php @@ -36,9 +36,9 @@ class CredentialListPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingList.php b/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingList.php index ff58071..38a9b9f 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingList.php @@ -78,9 +78,9 @@ class CredentialListMappingList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingPage.php b/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingPage.php index 1638e31..f3266c5 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/Domain/CredentialListMappingPage.php @@ -64,9 +64,9 @@ class CredentialListMappingPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingList.php b/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingList.php index 9799811..7ae3e43 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingList.php @@ -78,9 +78,9 @@ class IpAccessControlListMappingList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingPage.php b/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingPage.php index 3ea5769..ff9f210 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/Domain/IpAccessControlListMappingPage.php @@ -64,9 +64,9 @@ class IpAccessControlListMappingPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/DomainList.php b/Twilio/Rest/Api/V2010/Account/Sip/DomainList.php index 37d0e1d..c0eea5f 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/DomainList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/DomainList.php @@ -49,9 +49,9 @@ class DomainList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/DomainPage.php b/Twilio/Rest/Api/V2010/Account/Sip/DomainPage.php index e536d3d..b9cfe45 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/DomainPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/DomainPage.php @@ -36,9 +36,9 @@ class DomainPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressList.php b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressList.php index fd164a5..3e56cb7 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressList.php @@ -50,9 +50,9 @@ class IpAddressList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressPage.php b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressPage.php index 3d422b1..4daef19 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlList/IpAddressPage.php @@ -36,9 +36,9 @@ class IpAddressPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListList.php b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListList.php index 432cf96..519fa2f 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListList.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListList.php @@ -50,9 +50,9 @@ class IpAccessControlListList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListPage.php b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListPage.php index 2a57be9..b5c384e 100644 --- a/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListPage.php +++ b/Twilio/Rest/Api/V2010/Account/Sip/IpAccessControlListPage.php @@ -37,9 +37,9 @@ class IpAccessControlListPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sms/ShortCodeList.php b/Twilio/Rest/Api/V2010/Account/Sms/ShortCodeList.php index 0a03c4b..10c997b 100644 --- a/Twilio/Rest/Api/V2010/Account/Sms/ShortCodeList.php +++ b/Twilio/Rest/Api/V2010/Account/Sms/ShortCodeList.php @@ -50,9 +50,9 @@ class ShortCodeList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sms/ShortCodePage.php b/Twilio/Rest/Api/V2010/Account/Sms/ShortCodePage.php index bbc9d6f..00c6c95 100644 --- a/Twilio/Rest/Api/V2010/Account/Sms/ShortCodePage.php +++ b/Twilio/Rest/Api/V2010/Account/Sms/ShortCodePage.php @@ -37,9 +37,9 @@ class ShortCodePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageInstance.php b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageInstance.php index 5d8f5f5..fac979a 100644 --- a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageInstance.php @@ -22,12 +22,12 @@ use Twilio\Version; * @property \DateTime dateCreated * @property \DateTime dateUpdated * @property \DateTime dateSent - * @property sms_message.Direction direction + * @property string direction * @property string from * @property string price * @property string priceUnit * @property string sid - * @property sms_message.Status status + * @property string status * @property string to * @property string uri */ diff --git a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageList.php b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageList.php index cd38740..ea6191b 100644 --- a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageList.php +++ b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessageList.php @@ -84,9 +84,9 @@ class SmsMessageList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessagePage.php b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessagePage.php index 9ca941f..f348a0e 100644 --- a/Twilio/Rest/Api/V2010/Account/Sms/SmsMessagePage.php +++ b/Twilio/Rest/Api/V2010/Account/Sms/SmsMessagePage.php @@ -71,9 +71,9 @@ class SmsMessagePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/TranscriptionInstance.php b/Twilio/Rest/Api/V2010/Account/TranscriptionInstance.php index ca29cd1..f3c7f34 100644 --- a/Twilio/Rest/Api/V2010/Account/TranscriptionInstance.php +++ b/Twilio/Rest/Api/V2010/Account/TranscriptionInstance.php @@ -25,7 +25,7 @@ use Twilio\Version; * @property string priceUnit * @property string recordingSid * @property string sid - * @property transcription.Status status + * @property string status * @property string transcriptionText * @property string type * @property string uri diff --git a/Twilio/Rest/Api/V2010/Account/TranscriptionList.php b/Twilio/Rest/Api/V2010/Account/TranscriptionList.php index 7c6dada..4be6af0 100644 --- a/Twilio/Rest/Api/V2010/Account/TranscriptionList.php +++ b/Twilio/Rest/Api/V2010/Account/TranscriptionList.php @@ -48,9 +48,9 @@ class TranscriptionList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/TranscriptionPage.php b/Twilio/Rest/Api/V2010/Account/TranscriptionPage.php index 564c814..b5e5d62 100644 --- a/Twilio/Rest/Api/V2010/Account/TranscriptionPage.php +++ b/Twilio/Rest/Api/V2010/Account/TranscriptionPage.php @@ -36,9 +36,9 @@ class TranscriptionPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeInstance.php index 9e116f7..833a68a 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property all_time.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeList.php index 6801192..eda532c 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimeList.php @@ -49,9 +49,9 @@ class AllTimeList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimePage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimePage.php index 500662f..e6906ba 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimePage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/AllTimePage.php @@ -36,9 +36,9 @@ class AllTimePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyInstance.php index 14f22c3..db3c88d 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property daily.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyList.php index 8c1b467..f2a4a93 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyList.php @@ -49,9 +49,9 @@ class DailyList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyPage.php index 17751e4..4e56f8b 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/DailyPage.php @@ -36,9 +36,9 @@ class DailyPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthInstance.php index 51a8c62..f2313f7 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property last_month.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthList.php index 0ebfaaf..d88b83a 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthList.php @@ -49,9 +49,9 @@ class LastMonthList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthPage.php index 3ff8309..a2a64fe 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/LastMonthPage.php @@ -36,9 +36,9 @@ class LastMonthPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyInstance.php index 5098a33..dab6858 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property monthly.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyList.php index b23db0c..fec4924 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyList.php @@ -49,9 +49,9 @@ class MonthlyList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyPage.php index 3eca564..c95d818 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/MonthlyPage.php @@ -36,9 +36,9 @@ class MonthlyPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthInstance.php index ea618f2..8a93fa7 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property this_month.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthList.php index a532b36..ea6583f 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthList.php @@ -49,9 +49,9 @@ class ThisMonthList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthPage.php index aedf7d1..3f50785 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/ThisMonthPage.php @@ -36,9 +36,9 @@ class ThisMonthPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayInstance.php index 5183691..0234e26 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property today.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayList.php index baf9d37..c2ea569 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayList.php @@ -49,9 +49,9 @@ class TodayList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayPage.php index 3d1a262..4fde064 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/TodayPage.php @@ -36,9 +36,9 @@ class TodayPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyInstance.php index 93d20dc..08127df 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property yearly.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyList.php index 7d602f4..b03bd33 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyList.php @@ -49,9 +49,9 @@ class YearlyList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyPage.php index 22f7e38..1cb9a21 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YearlyPage.php @@ -36,9 +36,9 @@ class YearlyPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayInstance.php index 05659e0..e137c87 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property yesterday.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayList.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayList.php index 96d0acf..ee38bdf 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayList.php @@ -49,9 +49,9 @@ class YesterdayList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayPage.php b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayPage.php index 117bc34..dd4f2cb 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/Record/YesterdayPage.php @@ -36,9 +36,9 @@ class YesterdayPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/RecordInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/RecordInstance.php index 3ea9c2a..4766a8b 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/RecordInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/RecordInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid * @property string apiVersion - * @property record.Category category + * @property string category * @property string count * @property string countUnit * @property string description diff --git a/Twilio/Rest/Api/V2010/Account/Usage/RecordList.php b/Twilio/Rest/Api/V2010/Account/Usage/RecordList.php index da5cfaa..64ad446 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/RecordList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/RecordList.php @@ -78,9 +78,9 @@ class RecordList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/RecordPage.php b/Twilio/Rest/Api/V2010/Account/Usage/RecordPage.php index aedb2ed..14bbafa 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/RecordPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/RecordPage.php @@ -37,9 +37,9 @@ class RecordPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/TriggerInstance.php b/Twilio/Rest/Api/V2010/Account/Usage/TriggerInstance.php index 970f283..7db73a2 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/TriggerInstance.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/TriggerInstance.php @@ -25,12 +25,12 @@ use Twilio\Version; * @property \DateTime dateFired * @property \DateTime dateUpdated * @property string friendlyName - * @property trigger.Recurring recurring + * @property string recurring * @property string sid - * @property trigger.TriggerField triggerBy + * @property string triggerBy * @property string triggerValue * @property string uri - * @property trigger.UsageCategory usageCategory + * @property string usageCategory * @property string usageRecordUri */ class TriggerInstance extends InstanceResource { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/TriggerList.php b/Twilio/Rest/Api/V2010/Account/Usage/TriggerList.php index 2f30579..ca1bf7b 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/TriggerList.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/TriggerList.php @@ -38,8 +38,7 @@ class TriggerList extends ListResource { * * @param string $callbackUrl URL Twilio will request when the trigger fires * @param string $triggerValue the value at which the trigger will fire - * @param trigger.UsageCategory $usageCategory The usage category the trigger - * watches + * @param string $usageCategory The usage category the trigger watches * @param array $options Optional Arguments * @return TriggerInstance Newly created TriggerInstance */ @@ -87,9 +86,9 @@ class TriggerList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/Account/Usage/TriggerPage.php b/Twilio/Rest/Api/V2010/Account/Usage/TriggerPage.php index 73e4c26..5788666 100644 --- a/Twilio/Rest/Api/V2010/Account/Usage/TriggerPage.php +++ b/Twilio/Rest/Api/V2010/Account/Usage/TriggerPage.php @@ -25,8 +25,7 @@ class TriggerPage extends Page { * * @param string $callbackUrl URL Twilio will request when the trigger fires * @param string $triggerValue the value at which the trigger will fire - * @param trigger.UsageCategory $usageCategory The usage category the trigger - * watches + * @param string $usageCategory The usage category the trigger watches * @param array $options Optional Arguments * @return TriggerInstance Newly created TriggerInstance */ @@ -74,9 +73,9 @@ class TriggerPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/AccountInstance.php b/Twilio/Rest/Api/V2010/AccountInstance.php index 0fcce63..b2f9b22 100644 --- a/Twilio/Rest/Api/V2010/AccountInstance.php +++ b/Twilio/Rest/Api/V2010/AccountInstance.php @@ -22,9 +22,9 @@ use Twilio\Version; * @property string friendlyName * @property string ownerAccountSid * @property string sid - * @property account.Status status + * @property string status * @property string subresourceUris - * @property account.Type type + * @property string type * @property string uri */ class AccountInstance extends InstanceResource { diff --git a/Twilio/Rest/Api/V2010/AccountList.php b/Twilio/Rest/Api/V2010/AccountList.php index a3e7b3c..78415a0 100644 --- a/Twilio/Rest/Api/V2010/AccountList.php +++ b/Twilio/Rest/Api/V2010/AccountList.php @@ -72,9 +72,9 @@ class AccountList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Api/V2010/AccountPage.php b/Twilio/Rest/Api/V2010/AccountPage.php index 3f3009a..54da5f5 100644 --- a/Twilio/Rest/Api/V2010/AccountPage.php +++ b/Twilio/Rest/Api/V2010/AccountPage.php @@ -63,9 +63,9 @@ class AccountPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/CompletedInstance.php b/Twilio/Rest/Conversations/V1/Conversation/CompletedInstance.php index 7952430..fa71f63 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/CompletedInstance.php +++ b/Twilio/Rest/Conversations/V1/Conversation/CompletedInstance.php @@ -16,7 +16,7 @@ use Twilio\Version; /** * @property string sid - * @property completed.Status status + * @property string status * @property string duration * @property \DateTime dateCreated * @property \DateTime startTime diff --git a/Twilio/Rest/Conversations/V1/Conversation/CompletedList.php b/Twilio/Rest/Conversations/V1/Conversation/CompletedList.php index 756ce8f..dd75edf 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/CompletedList.php +++ b/Twilio/Rest/Conversations/V1/Conversation/CompletedList.php @@ -45,9 +45,9 @@ class CompletedList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/CompletedPage.php b/Twilio/Rest/Conversations/V1/Conversation/CompletedPage.php index d7b6cdc..28b8c3e 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/CompletedPage.php +++ b/Twilio/Rest/Conversations/V1/Conversation/CompletedPage.php @@ -36,9 +36,9 @@ class CompletedPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/InProgressInstance.php b/Twilio/Rest/Conversations/V1/Conversation/InProgressInstance.php index bb4ccca..5127575 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/InProgressInstance.php +++ b/Twilio/Rest/Conversations/V1/Conversation/InProgressInstance.php @@ -16,7 +16,7 @@ use Twilio\Version; /** * @property string sid - * @property in_progress.Status status + * @property string status * @property string duration * @property \DateTime dateCreated * @property \DateTime startTime diff --git a/Twilio/Rest/Conversations/V1/Conversation/InProgressList.php b/Twilio/Rest/Conversations/V1/Conversation/InProgressList.php index 09785ef..caa307a 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/InProgressList.php +++ b/Twilio/Rest/Conversations/V1/Conversation/InProgressList.php @@ -45,9 +45,9 @@ class InProgressList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/InProgressPage.php b/Twilio/Rest/Conversations/V1/Conversation/InProgressPage.php index 3939fed..77e403d 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/InProgressPage.php +++ b/Twilio/Rest/Conversations/V1/Conversation/InProgressPage.php @@ -36,9 +36,9 @@ class InProgressPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/ParticipantInstance.php b/Twilio/Rest/Conversations/V1/Conversation/ParticipantInstance.php index 5376fa7..52dff0f 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/ParticipantInstance.php +++ b/Twilio/Rest/Conversations/V1/Conversation/ParticipantInstance.php @@ -18,7 +18,7 @@ use Twilio\Version; /** * @property string sid * @property string address - * @property participant.Status status + * @property string status * @property string conversationSid * @property \DateTime dateCreated * @property \DateTime startTime diff --git a/Twilio/Rest/Conversations/V1/Conversation/ParticipantList.php b/Twilio/Rest/Conversations/V1/Conversation/ParticipantList.php index 8f00d1d..801d736 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/ParticipantList.php +++ b/Twilio/Rest/Conversations/V1/Conversation/ParticipantList.php @@ -48,9 +48,9 @@ class ParticipantList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/Conversation/ParticipantPage.php b/Twilio/Rest/Conversations/V1/Conversation/ParticipantPage.php index 9c9da2c..3f69117 100644 --- a/Twilio/Rest/Conversations/V1/Conversation/ParticipantPage.php +++ b/Twilio/Rest/Conversations/V1/Conversation/ParticipantPage.php @@ -36,9 +36,9 @@ class ParticipantPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Conversations/V1/ConversationInstance.php b/Twilio/Rest/Conversations/V1/ConversationInstance.php index c3b18d5..872b645 100644 --- a/Twilio/Rest/Conversations/V1/ConversationInstance.php +++ b/Twilio/Rest/Conversations/V1/ConversationInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string sid - * @property conversation.Status status + * @property string status * @property string duration * @property \DateTime dateCreated * @property \DateTime startTime diff --git a/Twilio/Rest/IpMessaging/V1/CredentialContext.php b/Twilio/Rest/IpMessaging/V1/CredentialContext.php index 858c94f..a51d0a9 100644 --- a/Twilio/Rest/IpMessaging/V1/CredentialContext.php +++ b/Twilio/Rest/IpMessaging/V1/CredentialContext.php @@ -57,7 +57,7 @@ class CredentialContext extends InstanceContext { * Update the CredentialInstance * * @param string $friendlyName The friendly_name - * @param credential.PushService $type The type + * @param string $type The type * @param array $options Optional Arguments * @return CredentialInstance Updated CredentialInstance */ diff --git a/Twilio/Rest/IpMessaging/V1/CredentialInstance.php b/Twilio/Rest/IpMessaging/V1/CredentialInstance.php index ef673be..2cae8c9 100644 --- a/Twilio/Rest/IpMessaging/V1/CredentialInstance.php +++ b/Twilio/Rest/IpMessaging/V1/CredentialInstance.php @@ -19,7 +19,7 @@ use Twilio\Version; * @property string sid * @property string accountSid * @property string friendlyName - * @property credential.PushService type + * @property string type * @property string sandbox * @property \DateTime dateCreated * @property \DateTime dateUpdated @@ -85,7 +85,7 @@ class CredentialInstance extends InstanceResource { * Update the CredentialInstance * * @param string $friendlyName The friendly_name - * @param credential.PushService $type The type + * @param string $type The type * @param array $options Optional Arguments * @return CredentialInstance Updated CredentialInstance */ diff --git a/Twilio/Rest/IpMessaging/V1/CredentialList.php b/Twilio/Rest/IpMessaging/V1/CredentialList.php index 5950e77..f4fa1fa 100644 --- a/Twilio/Rest/IpMessaging/V1/CredentialList.php +++ b/Twilio/Rest/IpMessaging/V1/CredentialList.php @@ -45,9 +45,9 @@ class CredentialList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { @@ -109,7 +109,7 @@ class CredentialList extends ListResource { * Create a new CredentialInstance * * @param string $friendlyName The friendly_name - * @param credential.PushService $type The type + * @param string $type The type * @param array $options Optional Arguments * @return CredentialInstance Newly created CredentialInstance */ diff --git a/Twilio/Rest/IpMessaging/V1/CredentialPage.php b/Twilio/Rest/IpMessaging/V1/CredentialPage.php index 2449cbe..e3f442a 100644 --- a/Twilio/Rest/IpMessaging/V1/CredentialPage.php +++ b/Twilio/Rest/IpMessaging/V1/CredentialPage.php @@ -36,9 +36,9 @@ class CredentialPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { @@ -100,7 +100,7 @@ class CredentialPage extends Page { * Create a new CredentialInstance * * @param string $friendlyName The friendly_name - * @param credential.PushService $type The type + * @param string $type The type * @param array $options Optional Arguments * @return CredentialInstance Newly created CredentialInstance */ diff --git a/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberList.php b/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberList.php index da96e21..8e3037f 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberList.php +++ b/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberList.php @@ -80,9 +80,9 @@ class MemberList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberPage.php b/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberPage.php index 271def2..a86df42 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberPage.php +++ b/Twilio/Rest/IpMessaging/V1/Service/Channel/MemberPage.php @@ -66,9 +66,9 @@ class MemberPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/Channel/MessageList.php b/Twilio/Rest/IpMessaging/V1/Service/Channel/MessageList.php index 8bcf204..48e4215 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/Channel/MessageList.php +++ b/Twilio/Rest/IpMessaging/V1/Service/Channel/MessageList.php @@ -80,9 +80,9 @@ class MessageList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/Channel/MessagePage.php b/Twilio/Rest/IpMessaging/V1/Service/Channel/MessagePage.php index e572031..fff01e8 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/Channel/MessagePage.php +++ b/Twilio/Rest/IpMessaging/V1/Service/Channel/MessagePage.php @@ -66,9 +66,9 @@ class MessagePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/ChannelInstance.php b/Twilio/Rest/IpMessaging/V1/Service/ChannelInstance.php index 1ec1ac8..995b986 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/ChannelInstance.php +++ b/Twilio/Rest/IpMessaging/V1/Service/ChannelInstance.php @@ -22,7 +22,7 @@ use Twilio\Version; * @property string friendlyName * @property string uniqueName * @property string attributes - * @property channel.ChannelType type + * @property string type * @property \DateTime dateCreated * @property \DateTime dateUpdated * @property string createdBy diff --git a/Twilio/Rest/IpMessaging/V1/Service/ChannelList.php b/Twilio/Rest/IpMessaging/V1/Service/ChannelList.php index 6e11065..e4cf074 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/ChannelList.php +++ b/Twilio/Rest/IpMessaging/V1/Service/ChannelList.php @@ -80,9 +80,9 @@ class ChannelList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/ChannelPage.php b/Twilio/Rest/IpMessaging/V1/Service/ChannelPage.php index de18da5..35bc96e 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/ChannelPage.php +++ b/Twilio/Rest/IpMessaging/V1/Service/ChannelPage.php @@ -68,9 +68,9 @@ class ChannelPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/RoleInstance.php b/Twilio/Rest/IpMessaging/V1/Service/RoleInstance.php index 7d47a99..9e56770 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/RoleInstance.php +++ b/Twilio/Rest/IpMessaging/V1/Service/RoleInstance.php @@ -20,7 +20,7 @@ use Twilio\Version; * @property string accountSid * @property string serviceSid * @property string friendlyName - * @property role.RoleType type + * @property string type * @property string permissions * @property \DateTime dateCreated * @property \DateTime dateUpdated diff --git a/Twilio/Rest/IpMessaging/V1/Service/RoleList.php b/Twilio/Rest/IpMessaging/V1/Service/RoleList.php index 6ae7792..ac44523 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/RoleList.php +++ b/Twilio/Rest/IpMessaging/V1/Service/RoleList.php @@ -36,7 +36,7 @@ class RoleList extends ListResource { * Create a new RoleInstance * * @param string $friendlyName The friendly_name - * @param role.RoleType $type The type + * @param string $type The type * @param string $permission The permission * @return RoleInstance Newly created RoleInstance */ @@ -77,9 +77,9 @@ class RoleList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/RolePage.php b/Twilio/Rest/IpMessaging/V1/Service/RolePage.php index 3dfa58f..85aa296 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/RolePage.php +++ b/Twilio/Rest/IpMessaging/V1/Service/RolePage.php @@ -24,7 +24,7 @@ class RolePage extends Page { * Create a new RoleInstance * * @param string $friendlyName The friendly_name - * @param role.RoleType $type The type + * @param string $type The type * @param string $permission The permission * @return RoleInstance Newly created RoleInstance */ @@ -65,9 +65,9 @@ class RolePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/UserList.php b/Twilio/Rest/IpMessaging/V1/Service/UserList.php index 1e7d379..bf063dc 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/UserList.php +++ b/Twilio/Rest/IpMessaging/V1/Service/UserList.php @@ -75,9 +75,9 @@ class UserList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/Service/UserPage.php b/Twilio/Rest/IpMessaging/V1/Service/UserPage.php index ece6072..896762f 100644 --- a/Twilio/Rest/IpMessaging/V1/Service/UserPage.php +++ b/Twilio/Rest/IpMessaging/V1/Service/UserPage.php @@ -63,9 +63,9 @@ class UserPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/ServiceList.php b/Twilio/Rest/IpMessaging/V1/ServiceList.php index f6f4d6e..df9f8c4 100644 --- a/Twilio/Rest/IpMessaging/V1/ServiceList.php +++ b/Twilio/Rest/IpMessaging/V1/ServiceList.php @@ -69,9 +69,9 @@ class ServiceList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/IpMessaging/V1/ServicePage.php b/Twilio/Rest/IpMessaging/V1/ServicePage.php index 19e7642..762a96b 100644 --- a/Twilio/Rest/IpMessaging/V1/ServicePage.php +++ b/Twilio/Rest/IpMessaging/V1/ServicePage.php @@ -60,9 +60,9 @@ class ServicePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Monitor/V1/AlertList.php b/Twilio/Rest/Monitor/V1/AlertList.php index 0d19987..197747c 100644 --- a/Twilio/Rest/Monitor/V1/AlertList.php +++ b/Twilio/Rest/Monitor/V1/AlertList.php @@ -46,9 +46,9 @@ class AlertList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Monitor/V1/AlertPage.php b/Twilio/Rest/Monitor/V1/AlertPage.php index 0f33ca0..ef13659 100644 --- a/Twilio/Rest/Monitor/V1/AlertPage.php +++ b/Twilio/Rest/Monitor/V1/AlertPage.php @@ -37,9 +37,9 @@ class AlertPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Monitor/V1/EventList.php b/Twilio/Rest/Monitor/V1/EventList.php index d53f200..ed783bc 100644 --- a/Twilio/Rest/Monitor/V1/EventList.php +++ b/Twilio/Rest/Monitor/V1/EventList.php @@ -46,9 +46,9 @@ class EventList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Monitor/V1/EventPage.php b/Twilio/Rest/Monitor/V1/EventPage.php index 8a0d02d..0adc640 100644 --- a/Twilio/Rest/Monitor/V1/EventPage.php +++ b/Twilio/Rest/Monitor/V1/EventPage.php @@ -37,9 +37,9 @@ class EventPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/Messaging/CountryList.php b/Twilio/Rest/Pricing/V1/Messaging/CountryList.php index 6b5dee2..f416517 100644 --- a/Twilio/Rest/Pricing/V1/Messaging/CountryList.php +++ b/Twilio/Rest/Pricing/V1/Messaging/CountryList.php @@ -45,9 +45,9 @@ class CountryList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/Messaging/CountryPage.php b/Twilio/Rest/Pricing/V1/Messaging/CountryPage.php index 8c77fbb..3e2147a 100644 --- a/Twilio/Rest/Pricing/V1/Messaging/CountryPage.php +++ b/Twilio/Rest/Pricing/V1/Messaging/CountryPage.php @@ -36,9 +36,9 @@ class CountryPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/PhoneNumber/CountryList.php b/Twilio/Rest/Pricing/V1/PhoneNumber/CountryList.php index c50ffee..c0c4833 100644 --- a/Twilio/Rest/Pricing/V1/PhoneNumber/CountryList.php +++ b/Twilio/Rest/Pricing/V1/PhoneNumber/CountryList.php @@ -45,9 +45,9 @@ class CountryList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/PhoneNumber/CountryPage.php b/Twilio/Rest/Pricing/V1/PhoneNumber/CountryPage.php index 8b49db6..017f5dd 100644 --- a/Twilio/Rest/Pricing/V1/PhoneNumber/CountryPage.php +++ b/Twilio/Rest/Pricing/V1/PhoneNumber/CountryPage.php @@ -36,9 +36,9 @@ class CountryPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/Voice/CountryList.php b/Twilio/Rest/Pricing/V1/Voice/CountryList.php index 456ea0b..a05a3fb 100644 --- a/Twilio/Rest/Pricing/V1/Voice/CountryList.php +++ b/Twilio/Rest/Pricing/V1/Voice/CountryList.php @@ -45,9 +45,9 @@ class CountryList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Pricing/V1/Voice/CountryPage.php b/Twilio/Rest/Pricing/V1/Voice/CountryPage.php index 701ef07..3d73ac7 100644 --- a/Twilio/Rest/Pricing/V1/Voice/CountryPage.php +++ b/Twilio/Rest/Pricing/V1/Voice/CountryPage.php @@ -36,9 +36,9 @@ class CountryPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/ActivityList.php b/Twilio/Rest/Taskrouter/V1/Workspace/ActivityList.php index b0cb401..3f1c7b4 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/ActivityList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/ActivityList.php @@ -49,9 +49,9 @@ class ActivityList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/ActivityPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/ActivityPage.php index 4be8816..f5277de 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/ActivityPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/ActivityPage.php @@ -37,9 +37,9 @@ class ActivityPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/EventList.php b/Twilio/Rest/Taskrouter/V1/Workspace/EventList.php index 1b839f4..98117ee 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/EventList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/EventList.php @@ -49,9 +49,9 @@ class EventList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/EventPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/EventPage.php index 3eeacb5..f1b3d54 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/EventPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/EventPage.php @@ -37,9 +37,9 @@ class EventPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationList.php b/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationList.php index a788399..2917a3b 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationList.php @@ -51,9 +51,9 @@ class ReservationList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationPage.php index 22e3839..1d33461 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/Task/ReservationPage.php @@ -37,9 +37,9 @@ class ReservationPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskInstance.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskInstance.php index 4cb2fe8..f146d9a 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskInstance.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskInstance.php @@ -18,7 +18,7 @@ use Twilio\Version; /** * @property string accountSid * @property string age - * @property task.Status assignmentStatus + * @property string assignmentStatus * @property string attributes * @property \DateTime dateCreated * @property \DateTime dateUpdated diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskList.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskList.php index c4698d1..e0ced8f 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskList.php @@ -49,9 +49,9 @@ class TaskList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskPage.php index 04a66bd..e644c71 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskPage.php @@ -37,9 +37,9 @@ class TaskPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsList.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsList.php index f8af8c0..31210d9 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsList.php @@ -50,9 +50,9 @@ class TaskQueuesStatisticsList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsPage.php index 10791f2..c3c07ac 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueue/TaskQueuesStatisticsPage.php @@ -38,9 +38,9 @@ class TaskQueuesStatisticsPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueueList.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueueList.php index ff46db7..0bfb91a 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueueList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueueList.php @@ -56,9 +56,9 @@ class TaskQueueList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueuePage.php b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueuePage.php index 0873502..11d200f 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueuePage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/TaskQueuePage.php @@ -37,9 +37,9 @@ class TaskQueuePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/WorkerList.php b/Twilio/Rest/Taskrouter/V1/Workspace/WorkerList.php index 9dd51bc..db969df 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/WorkerList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/WorkerList.php @@ -56,9 +56,9 @@ class WorkerList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/WorkerPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/WorkerPage.php index 00488be..aa5c60e 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/WorkerPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/WorkerPage.php @@ -37,9 +37,9 @@ class WorkerPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowList.php b/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowList.php index c3bfa7b..343b088 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowList.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowList.php @@ -49,9 +49,9 @@ class WorkflowList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowPage.php b/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowPage.php index 08b9639..fa4669d 100644 --- a/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowPage.php +++ b/Twilio/Rest/Taskrouter/V1/Workspace/WorkflowPage.php @@ -37,9 +37,9 @@ class WorkflowPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/WorkspaceList.php b/Twilio/Rest/Taskrouter/V1/WorkspaceList.php index a28f027..b1ab6bb 100644 --- a/Twilio/Rest/Taskrouter/V1/WorkspaceList.php +++ b/Twilio/Rest/Taskrouter/V1/WorkspaceList.php @@ -46,9 +46,9 @@ class WorkspaceList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Taskrouter/V1/WorkspacePage.php b/Twilio/Rest/Taskrouter/V1/WorkspacePage.php index d5529be..13bb60b 100644 --- a/Twilio/Rest/Taskrouter/V1/WorkspacePage.php +++ b/Twilio/Rest/Taskrouter/V1/WorkspacePage.php @@ -37,9 +37,9 @@ class WorkspacePage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream(array $options = array(), $limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/CredentialListList.php b/Twilio/Rest/Trunking/V1/Trunk/CredentialListList.php index 2bbd371..3e343b4 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/CredentialListList.php +++ b/Twilio/Rest/Trunking/V1/Trunk/CredentialListList.php @@ -73,9 +73,9 @@ class CredentialListList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/CredentialListPage.php b/Twilio/Rest/Trunking/V1/Trunk/CredentialListPage.php index cd01927..7062669 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/CredentialListPage.php +++ b/Twilio/Rest/Trunking/V1/Trunk/CredentialListPage.php @@ -61,9 +61,9 @@ class CredentialListPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListList.php b/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListList.php index 5d33e18..1f9ee5d 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListList.php +++ b/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListList.php @@ -74,9 +74,9 @@ class IpAccessControlListList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListPage.php b/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListPage.php index 963e1a8..e661297 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListPage.php +++ b/Twilio/Rest/Trunking/V1/Trunk/IpAccessControlListPage.php @@ -62,9 +62,9 @@ class IpAccessControlListPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlList.php b/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlList.php index 2197644..b6758bc 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlList.php +++ b/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlList.php @@ -81,9 +81,9 @@ class OriginationUrlList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlPage.php b/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlPage.php index 0084806..92bf072 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlPage.php +++ b/Twilio/Rest/Trunking/V1/Trunk/OriginationUrlPage.php @@ -69,9 +69,9 @@ class OriginationUrlPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberInstance.php b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberInstance.php index 420add5..45387d0 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberInstance.php +++ b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberInstance.php @@ -17,7 +17,7 @@ use Twilio\Version; /** * @property string accountSid - * @property phone_number.AddressRequirement addressRequirements + * @property string addressRequirements * @property string apiVersion * @property string beta * @property string capabilities diff --git a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberList.php b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberList.php index 5ec565b..1122c26 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberList.php +++ b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberList.php @@ -73,9 +73,9 @@ class PhoneNumberList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberPage.php b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberPage.php index 44d1860..deba02e 100644 --- a/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberPage.php +++ b/Twilio/Rest/Trunking/V1/Trunk/PhoneNumberPage.php @@ -61,9 +61,9 @@ class PhoneNumberPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/TrunkList.php b/Twilio/Rest/Trunking/V1/TrunkList.php index 0c1a8ed..2ae37ac 100644 --- a/Twilio/Rest/Trunking/V1/TrunkList.php +++ b/Twilio/Rest/Trunking/V1/TrunkList.php @@ -76,9 +76,9 @@ class TrunkList extends ListResource { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { diff --git a/Twilio/Rest/Trunking/V1/TrunkPage.php b/Twilio/Rest/Trunking/V1/TrunkPage.php index 9e1c905..5390f54 100644 --- a/Twilio/Rest/Trunking/V1/TrunkPage.php +++ b/Twilio/Rest/Trunking/V1/TrunkPage.php @@ -67,9 +67,9 @@ class TrunkPage extends Page { * the default value of 50 records. If no page_size is * defined * but a limit is defined, stream() will attempt to read - * the - * limit with the most efficient page size, i.e. - * min(limit, 1000) + * the limit + * with the most efficient page size, i.e. min(limit, + * 1000) * @return \Twilio\Stream stream of results */ public function stream($limit = null, $pageSize = null) { |