Skip to content

Commit c058fa8

Browse files
committed
[Librarian] Regenerated @ b95e4374f2017825b07b12403ea7f7dc8da44e82
1 parent b77eaaa commit c058fa8

File tree

3 files changed

+186
-36
lines changed

3 files changed

+186
-36
lines changed

CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
twilio-cli-core changelog
22
=====================
33

4+
[2020-04-15] Version 5.0.0
5+
--------------------------
6+
**Library - Chore**
7+
- [PR #84](https://github.com/twilio/twilio-cli-core/pull/84): raise Node requirement to v10 and upgrade dependencies. Thanks to [@childish-sambino](https://github.com/childish-sambino)! **(breaking change)**
8+
9+
**Library - Fix**
10+
- [PR #83](https://github.com/twilio/twilio-cli-core/pull/83): only camelCase object keys when a schema is specified for the value. Thanks to [@childish-sambino](https://github.com/childish-sambino)! **(breaking change)**
11+
12+
**Api**
13+
- Updated description for property `call_reason` in the call create request
14+
15+
**Contacts**
16+
- Added Read, Delete All, and Delete by SID docs
17+
- Initial Release
18+
19+
**Studio**
20+
- Rename `flow_valid` to `flow_validate`
21+
- Removed `errors` and `warnings` from flows error response and added new property named `details`
22+
- Add Update Execution endpoints to v1 and v2 to end execution via API
23+
- Add new `warnings` attribute v2 flow POST api
24+
25+
426
[2020-04-01] Version 4.6.0
527
--------------------------
628
**Library - Fix**

src/services/twilio-api/twilio_api.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11333,7 +11333,7 @@
1133311333
}
1133411334
},
1133511335
{
11336-
"description": "The Reason for the outgoing call. Use call_reason to specify the purpose of the call that is presented on the called party's phone. (Beta).",
11336+
"description": "The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta)",
1133711337
"in": "query",
1133811338
"name": "CallReason",
1133911339
"required": false,

0 commit comments

Comments
 (0)