Skip to content

Commit

Permalink
[Librarian] Regenerated @ 0604d0d9a213f39954083b366c3fc667d22d702e
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Dec 2, 2020
1 parent df1ebc6 commit 462b7e1
Show file tree
Hide file tree
Showing 67 changed files with 130 additions and 88 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
twilio-oai changelog
====================
[2020-12-02] Version 1.4.0
--------------------------
**Library - Feature**
- [PR #8](https://github.com/twilio/twilio-oai/pull/8): Splitting up openAPI specs by version. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!

**Api**
- Remove `RecordingTrack` parameter for create calls, create participants, and create call recordings **(breaking change)**
- Added `RecordingTrack` parameter for create calls and create call recordings
- Add optional property `recording_track` in the participant create request

**Lookups**
- Changed `caller_name` and `carrier` properties type to object **(breaking change)**

**Trunking**
- Added dual channel recording options for Trunks.


[2020-11-18] Version 1.3.0
--------------------------
**Api**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
5 changes: 4 additions & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,9 @@
],
"type": "string"
},
"track": {
"type": "string"
},
"uri": {
"format": "uri",
"type": "string"
Expand Down Expand Up @@ -7227,7 +7230,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_autopilot_v1.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.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_bulkexports_v1.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.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Conversations",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Events",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_fax_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Fax",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Flex",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Insights",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_ip_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_ip_messaging_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_lookups_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Lookups",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Messaging",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_monitor_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Monitor",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_notify_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Notify",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_numbers_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Numbers",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Preview",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_pricing_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_pricing_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_proxy_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Proxy",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_serverless_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Serverless",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_studio_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_studio_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_supersim_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Supersim",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_sync_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Sync",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_taskrouter_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Taskrouter",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
36 changes: 23 additions & 13 deletions spec/json/twilio_trunking_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,6 @@
"do-not-trim"
],
"type": "string"
},
"trunk_sid": {
"maxLength": 34,
"minLength": 34,
"pattern": "^TK[0-9a-fA-F]{32}$",
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"type": "object"
Expand All @@ -448,7 +438,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Trunking",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -1992,7 +1982,7 @@
"description": "",
"parameters": [
{
"description": "",
"description": "The SID of the Trunk that will have its recording settings updated.",
"in": "path",
"name": "TrunkSid",
"required": true,
Expand All @@ -2008,7 +1998,27 @@
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"properties": {
"Mode": {
"description": "The recording mode for the trunk. Can be do-not-record (default), record-from-ringing, record-from-answer, record-from-ringing-dual, or record-from-answer-dual.",
"enum": [
"do-not-record",
"record-from-ringing",
"record-from-answer",
"record-from-ringing-dual",
"record-from-answer-dual"
],
"type": "string"
},
"Trim": {
"description": "The recording trim setting for the trunk. Can be do-not-trim (default) or trim-silence.",
"enum": [
"trim-silence",
"do-not-trim"
],
"type": "string"
}
},
"type": "object"
}
}
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_verify_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Verify",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_video_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Video",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_voice_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Voice",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_wireless_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Wireless",
"version": "1.3.0"
"version": "1.4.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/yaml/twilio_accounts_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: https://www.twilio.com/legal/tos
title: Twilio - Accounts
version: 1.3.0
version: 1.4.0
openapi: 3.0.1
paths:
/v1/AuthTokens/Promote:
Expand Down
Loading

0 comments on commit 462b7e1

Please sign in to comment.