Skip to content

Commit

Permalink
[Librarian] Regenerated @ 5eb406c4977c9f6976e6053cb5b581056f541a59
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Nov 6, 2023
1 parent 7ab55a1 commit 6c89cd1
Show file tree
Hide file tree
Showing 89 changed files with 586 additions and 89 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
====================
[2023-11-06] Version 1.51.1
---------------------------
**Flex**
- Adding `provisioning_status` for Email Manager

**Intelligence**
- Add text-generation operator (for example conversation summary) results to existing OperatorResults collection.

**Messaging**
- Add DELETE support to Tollfree Verification resource

**Serverless**
- Add node18 as a valid Build runtime

**Verify**
- Update Verify TOTP maturity to GA.


[2023-10-19] Version 1.51.0
---------------------------
**Accounts**
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 @@ -204,7 +204,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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 @@ -9646,7 +9646,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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 @@ -2354,7 +2354,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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 @@ -320,7 +320,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
77 changes: 76 additions & 1 deletion spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,32 @@
"unknown"
]
},
"flex.v1.provisioning_status": {
"type": "object",
"properties": {
"status": {
"type": "string",
"$ref": "#/components/schemas/provisioning_status_enum_status",
"nullable": true,
"description": "Email Provisioning Status"
},
"url": {
"type": "string",
"format": "uri",
"nullable": true,
"description": "The absolute URL of the resource."
}
}
},
"provisioning_status_enum_status": {
"type": "string",
"enum": [
"active",
"in-progress",
"not-configured",
"failed"
]
},
"flex.v1.web_channel": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1281,7 +1307,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -5198,6 +5224,48 @@
}
}
},
"/v1/account/provision/status": {
"servers": [
{
"url": "https://flex-api.twilio.com"
}
],
"description": "Status for email provisioning",
"x-twilio": {
"defaultOutputProperties": [
"status"
],
"pathType": "instance",
"mountName": "provisioning_status"
},
"get": {
"description": "",
"tags": [
"FlexV1ProvisioningStatus"
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/flex.v1.provisioning_status"
}
}
},
"description": "OK"
}
},
"security": [
{
"accountSid_authToken": []
}
],
"operationId": "FetchProvisioningStatus",
"x-maturity": [
"Beta"
]
}
},
"/v1/WebChannels": {
"servers": [
{
Expand Down Expand Up @@ -5597,6 +5665,9 @@
{
"name": "FlexV1InteractionChannelParticipant"
},
{
"name": "FlexV1ProvisioningStatus"
},
{
"name": "FlexV1WebChannel"
}
Expand All @@ -5606,6 +5677,10 @@
"name": "GA",
"description": "This product is Generally Available."
},
{
"name": "Beta",
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution."
},
{
"name": "Preview",
"description": "PLEASE NOTE that this is a Preview product that is subject to change. Use it with caution. If you currently do not have developer preview access, please contact https://www.twilio.com/help/contact."
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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
6 changes: 5 additions & 1 deletion spec/json/twilio_intelligence_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
"nullable": true,
"description": "List of text extraction results. This might be available on classify-extract model outputs."
},
"text_generation_results": {
"nullable": true,
"description": "Output of a text generation operator for example Conversation Sumamary."
},
"transcript_sid": {
"type": "string",
"minLength": 34,
Expand Down Expand Up @@ -403,7 +407,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"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 @@ -123,7 +123,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
36 changes: 35 additions & 1 deletion spec/json/twilio_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -4532,6 +4532,40 @@
}
}
}
},
"delete": {
"description": "",
"tags": [
"MessagingV1TollfreeVerification"
],
"parameters": [
{
"name": "Sid",
"in": "path",
"description": "The unique string to identify Tollfree Verification.",
"schema": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HH[0-9a-fA-F]{32}$"
},
"required": true
}
],
"responses": {
"204": {
"description": "The resource was deleted successfully."
}
},
"security": [
{
"accountSid_authToken": []
}
],
"operationId": "DeleteTollfreeVerification",
"x-maturity": [
"Beta"
]
}
},
"/v1/Tollfree/Verifications": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_microvisor_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"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 @@ -442,7 +442,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.0"
"version": "1.51.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 6c89cd1

Please sign in to comment.