Skip to content

Commit

Permalink
[Librarian] Regenerated @ 4af45f3a452d7372d51fb48b101c5acf1518f83a
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Jul 31, 2019
1 parent 130c62a commit a92901a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
twilio-cli-core changelog
=====================

[2019-07-31] Version 2.0.5
---------------------------
**Library**
- [PR #48](https://github.com/twilio/twilio-cli-core/pull/48): Make the account-sid flag an add-on flag that custom commands can use. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #47](https://github.com/twilio/twilio-cli-core/pull/47): Add prompt message utility to base command. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #46](https://github.com/twilio/twilio-cli-core/pull/46): Add support for next page links that are relative or absolute. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #45](https://github.com/twilio/twilio-cli-core/pull/45): Handle dot-separated strings when converting to camelCase (or PascalCase). Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #44](https://github.com/twilio/twilio-cli-core/pull/44): Update dot-separated parameter names. Thanks to [@childish-sambino](https://github.com/childish-sambino)!


[2019-07-24] Version 2.0.4
---------------------------
**Library**
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
"eslint-plugin-mocha": "^5.3.0",
"keytar": "^4.12.0",
"keytar": "^4.13.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"nyc": "^14.1.1",
Expand Down
18 changes: 9 additions & 9 deletions src/services/twilio-api/twilio_wireless.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
}
},
{
"description": "Network-enforced limit specifying the total Megabytes of data usage (download and upload combined) allowed during one month on the home network. Metering begins on the day of activation and ends on the same day of the following month. Max value is 2TB.",
"description": "Network-enforced limit specifying the total Megabytes of data usage (download and upload combined) allowed during one month on the 'home' (T-Mobile USA) network. Metering begins on the day of activation and ends on the same day of the following month. Max value is 2TB. Default value is `1000`.",
"in": "query",
"name": "DataLimit",
"required": false,
Expand All @@ -873,7 +873,7 @@
}
},
{
"description": "The model by which to meter data usage, in accordance with the two available [data metering models](https://www.twilio.com/docs/api/wireless/rest-api/rate-plan#explanation-of-pooled-vs-individual). Valid options are `pooled` and `individual`.",
"description": "The model by which to meter data usage, in accordance with the available [data metering models](https://www.twilio.com/docs/wireless/api/rate-plan#explanation-of-PAYG-vs-QUOTA). Valid options are `payg` and `quota-1`, `quota-10`, and `quota-50`. Defaults to `payg`",
"in": "query",
"name": "DataMetering",
"required": false,
Expand All @@ -900,7 +900,7 @@
}
},
{
"description": "Defines whether SIMs can roam onto other networks in the SIM's home country. See ['national' roaming](https://www.twilio.com/docs/api/wireless/rest-api/rate-plan#national-roaming).",
"description": "Defines whether SIMs can roam onto networks other than the 'home' (T-Mobile USA) network in the United States. See ['national' roaming](https://www.twilio.com/docs/api/wireless/rest-api/rate-plan#national-roaming).",
"in": "query",
"name": "NationalRoamingEnabled",
"required": false,
Expand All @@ -909,7 +909,7 @@
}
},
{
"description": "",
"description": "Defines whether SIMs are capable of using GPRS/3G/4G/LTE data connectivity and messaging outside of the United States. Acceptable values are `data` and `messaging`.",
"in": "query",
"name": "InternationalRoaming",
"required": false,
Expand All @@ -921,7 +921,7 @@
}
},
{
"description": "Network-enforced limit specifying the total Megabytes of national roaming data usage (download and upload combined) allowed during one month. Max value is 2TB. If unspecified, the default value is the lesser of `DataLimit` and 1000MB.",
"description": "Network-enforced limit specifying the total Megabytes of national roaming data usage (download and upload combined) allowed during one month on networks in the United States other than the 'home' (T-Mobile USA) network. See ['national' roaming](https://www.twilio.com/docs/api/wireless/rest-api/rate-plan#national-roaming). Max value is 2TB.",
"in": "query",
"name": "NationalRoamingDataLimit",
"required": false,
Expand All @@ -930,7 +930,7 @@
}
},
{
"description": "",
"description": "Network-enforced limit specifying the total Megabytes of international roaming (non-US) data usage (download and upload combined) allowed during one month. Max value is 2TB. Default value is the lesser of `DataLimit` and `1000`MB.",
"in": "query",
"name": "InternationalRoamingDataLimit",
"required": false,
Expand Down Expand Up @@ -977,7 +977,7 @@
"description": "",
"parameters": [
{
"description": "",
"description": "A 34 character string that uniquely identifies this resource.",
"in": "path",
"name": "Sid",
"required": true,
Expand Down Expand Up @@ -1008,7 +1008,7 @@
"description": "",
"parameters": [
{
"description": "",
"description": "A 34 character string that uniquely identifies this resource.",
"in": "path",
"name": "Sid",
"required": true,
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"description": "",
"parameters": [
{
"description": "",
"description": "A 34 character string that uniquely identifies this resource.",
"in": "path",
"name": "Sid",
"required": true,
Expand Down

0 comments on commit a92901a

Please sign in to comment.