Skip to content

Commit

Permalink
[Librarian] Regenerated @ 4e75c7be2507558854a659be2e05b171bcf7512b
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 30, 2021
1 parent 077e38e commit 308bf9a
Show file tree
Hide file tree
Showing 69 changed files with 411 additions and 86 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
twilio-oai changelog
====================
[2021-06-30] Version 1.18.0
---------------------------
**Conversations**
- Read-only Conversation Email Binding property `binding`

**Supersim**
- Add Billing Period resource for the Super Sim Pilot
- Add List endpoint to Billing Period resource for Super Sim Pilot
- Add Fetch endpoint to Billing Period resource for Super Sim Pilot

**Taskrouter**
- Update `transcribe` & `transcription_configuration` form params in Reservation update endpoint to have private visibility **(breaking change)**
- Add `transcribe` & `transcription_configuration` form params to Reservation update endpoint

**Twiml**
- Add `modify` event to `statusCallbackEvent` for `<Conference>`.


[2021-06-16] Version 1.17.0
---------------------------
**Library - Feature**
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 @@ -186,7 +186,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
11 changes: 4 additions & 7 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -8873,7 +8873,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -14765,7 +14765,7 @@
"type": "string"
},
"ConferenceRecordingStatusCallbackEvent": {
"description": "The conference recording state changes that generate a call to `conference_recording_status_callback`. Can be: `in-progress`, `completed`, and `failed`. Separate multiple values with a space. The default value is `in-progress completed failed`.",
"description": "The conference recording state changes that generate a call to `conference_recording_status_callback`. Can be: `in-progress`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'`",
"items": {
"type": "string"
},
Expand All @@ -14789,7 +14789,7 @@
"type": "string"
},
"ConferenceStatusCallbackEvent": {
"description": "The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`.",
"description": "The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `modify`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -14853,7 +14853,7 @@
"type": "string"
},
"RecordingStatusCallbackEvent": {
"description": "The recording state changes that should generate a call to `recording_status_callback`. Can be: `in-progress`, `completed`, and `failed`. Separate multiple values with a space. The default value is `in-progress completed failed`.",
"description": "The recording state changes that should generate a call to `recording_status_callback`. Can be: `started`, `in-progress`, `paused`, `resumed`, `stopped`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'`.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -19495,9 +19495,6 @@
"type": "string"
}
},
"required": [
"Body"
],
"title": "UpdateMessageRequest",
"type": "object"
}
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 @@ -952,7 +952,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.17.0"
"version": "1.18.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 @@ -246,7 +246,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.17.0"
"version": "1.18.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 @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.17.0"
"version": "1.18.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 @@ -1061,7 +1061,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
10 changes: 9 additions & 1 deletion spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
"nullable": true,
"type": "string"
},
"bindings": {
"nullable": true,
"type": "object"
},
"chat_service_sid": {
"description": "The unique ID of the Conversation Service this conversation belongs to.",
"maxLength": 34,
Expand Down Expand Up @@ -889,6 +893,10 @@
"nullable": true,
"type": "string"
},
"bindings": {
"nullable": true,
"type": "object"
},
"chat_service_sid": {
"description": "The unique ID of the Conversation Service this conversation belongs to.",
"maxLength": 34,
Expand Down Expand Up @@ -1564,7 +1572,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Conversations",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
6 changes: 3 additions & 3 deletions spec/json/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Events",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -455,7 +455,7 @@
"x-twilio": {
"defaultOutputProperties": [
"id",
"version",
"schema_version",
"date_created"
],
"pathType": "list"
Expand Down Expand Up @@ -515,7 +515,7 @@
"x-twilio": {
"defaultOutputProperties": [
"id",
"version",
"schema_version",
"date_created"
],
"pathType": "instance"
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 @@ -202,7 +202,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Fax",
"version": "1.17.0"
"version": "1.18.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 @@ -483,7 +483,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Flex",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_frontline_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Frontline",
"version": "1.17.0"
"version": "1.18.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 @@ -638,7 +638,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Insights",
"version": "1.17.0"
"version": "1.18.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 @@ -656,7 +656,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.17.0"
"version": "1.18.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 @@ -911,7 +911,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.17.0"
"version": "1.18.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 @@ -63,7 +63,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Lookups",
"version": "1.17.0"
"version": "1.18.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 @@ -610,7 +610,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Messaging",
"version": "1.17.0"
"version": "1.18.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 @@ -341,7 +341,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Monitor",
"version": "1.17.0"
"version": "1.18.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 @@ -428,7 +428,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Notify",
"version": "1.17.0"
"version": "1.18.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 @@ -478,7 +478,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Numbers",
"version": "1.17.0"
"version": "1.18.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 @@ -395,7 +395,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.17.0"
"version": "1.18.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 @@ -214,7 +214,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.17.0"
"version": "1.18.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 @@ -864,7 +864,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Proxy",
"version": "1.17.0"
"version": "1.18.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 @@ -818,7 +818,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Serverless",
"version": "1.17.0"
"version": "1.18.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 @@ -579,7 +579,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.17.0"
"version": "1.18.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 @@ -478,7 +478,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.17.0"
"version": "1.18.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 308bf9a

Please sign in to comment.