Skip to content

Commit

Permalink
[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f74
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jul 13, 2023
1 parent 47e6190 commit 7f95089
Show file tree
Hide file tree
Showing 89 changed files with 1,586 additions and 103 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
twilio-oai changelog
====================
[2023-07-13] Version 1.46.0
---------------------------
**Flex**
- Adding `interaction_context_sid` as optional parameter in Interactions API

**Messaging**
- Making visiblity public for tollfree_verification API

**Numbers**
- Remove Sms capability property from HNO creation under version `/v2` of HNO API. **(breaking change)**
- Update required properties in LOA creation under version `/v2` of Authorization document API. **(breaking change)**

**Taskrouter**
- Add api to fetch task queue statistics for multiple TaskQueues

**Verify**
- Add `RiskCheck` optional parameter on Verification creation.

**Twiml**
- Add Google Voices and languages


[2023-06-28] Version 1.45.0
---------------------------
**Lookups**
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 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -9597,7 +9597,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -954,7 +954,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -271,7 +271,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -788,7 +788,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -1146,7 +1146,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_content_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
14 changes: 9 additions & 5 deletions spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -3390,7 +3390,8 @@
],
"pathType": "list",
"dependentProperties": {
"delivery_receipt": "{conversation_sid: conversation_sid, message_sid: sid}"
"delivery_receipt": "{conversation_sid: conversation_sid, message_sid: sid}",
"conversations/v1/conversation_message_metadata": "{conversation_sid: conversation_sid, message_sid: sid}"
},
"parent": "/Conversations/{Sid}"
},
Expand Down Expand Up @@ -3619,7 +3620,8 @@
],
"pathType": "instance",
"dependentProperties": {
"delivery_receipt": "{conversation_sid: conversation_sid, message_sid: sid}"
"delivery_receipt": "{conversation_sid: conversation_sid, message_sid: sid}",
"conversations/v1/conversation_message_metadata": "{conversation_sid: conversation_sid, message_sid: sid}"
},
"parent": "/Conversations/{Sid}"
},
Expand Down Expand Up @@ -6763,7 +6765,8 @@
],
"pathType": "list",
"dependentProperties": {
"delivery_receipt": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}"
"delivery_receipt": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}",
"conversations/v1/service_conversation_message_metadata": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}"
},
"parent": "/Services/{ChatServiceSid}/Conversations/{Sid}"
},
Expand Down Expand Up @@ -7016,7 +7019,8 @@
],
"pathType": "instance",
"dependentProperties": {
"delivery_receipt": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}"
"delivery_receipt": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}",
"conversations/v1/service_conversation_message_metadata": "{chat_service_sid: chat_service_sid, conversation_sid: conversation_sid, message_sid: sid}"
},
"parent": "/Services/{ChatServiceSid}/Conversations/{Sid}"
},
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 @@ -320,7 +320,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
16 changes: 15 additions & 1 deletion spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,13 @@
"type": "object",
"format": "uri-map",
"nullable": true
},
"interaction_context_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HQ[0-9a-fA-F]{32}$",
"nullable": true
}
}
},
Expand Down Expand Up @@ -1254,7 +1261,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -4209,6 +4216,13 @@
},
"Routing": {
"description": "The Interaction's routing logic."
},
"InteractionContextSid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HQ[0-9a-fA-F]{32}$",
"description": "The Interaction context sid is used for adding a context lookup sid"
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_flex_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -74,7 +74,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -1502,7 +1502,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_intelligence_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -680,7 +680,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -989,7 +989,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.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 @@ -69,7 +69,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_lookups_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_media_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.45.0"
"version": "1.46.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 7f95089

Please sign in to comment.