Skip to content

Commit

Permalink
[Librarian] Regenerated @ 38ba2b0d95a2827fc370f2fe666eb7cce8f2c9e3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Sep 28, 2020
1 parent 6356f19 commit b4b71a5
Show file tree
Hide file tree
Showing 57 changed files with 725 additions and 424 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
twilio-oai changelog
====================
[2020-09-28] Version 1.0.1
--------------------------
**Api**
- Add optional property `call_reason` in the participant create request
- Make sip-domain-service endpoints available in stage-au1 and prod-au1

**Messaging**
- Removed beta feature gate from WhatsApp Templates API

**Serverless**
- Add Build Status endpoint

**Video**
- [Rooms] Add new room type "go" for WebRTC Go


[2020-09-21] Version 1.0.0
--------------------------
**Library - Docs**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.0.0"
"version": "1.0.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
6 changes: 5 additions & 1 deletion spec/json/twilio_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7206,7 +7206,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.0.0"
"version": "1.0.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -12933,6 +12933,10 @@
"pattern": "^BY[0-9a-fA-F]{32}$",
"type": "string"
},
"CallReason": {
"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)",
"type": "string"
},
"CallSidToCoach": {
"description": "The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`.",
"maxLength": 34,
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_autopilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.0.0"
"version": "1.0.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_bulkexports.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.0.0"
"version": "1.0.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.0.0"
"version": "1.0.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit b4b71a5

Please sign in to comment.