You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
twilio-cli-core changelog
2
2
=====================
3
3
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
Copy file name to clipboardExpand all lines: src/services/twilio-api/twilio_api.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -11333,7 +11333,7 @@
11333
11333
}
11334
11334
},
11335
11335
{
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)",
0 commit comments