Skip to content

Commit

Permalink
oaiFix: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Nov 17, 2022
1 parent 75dc153 commit 1b99ec4
Show file tree
Hide file tree
Showing 42 changed files with 636 additions and 54 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
---------------------------
**Api**
- Set the Content resource to have public visibility as Preview

**Flex**
- Adding new parameter `base_url` to 'gooddata' response in version `v1`

**Insights**
- Added `answered_by` field in List Call Summary
- Added `answered_by` field in call summary


---------------------------
**Library - Fix**
- [PR #81](https://github.com/twilio/twilio-oai/pull/81): add mount names when they cannot be derived from the path. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Flex**
- Adding two new authorization API 'user_roles' and 'gooddata' in version `v1`

**Messaging**
- Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

**Twiml**
- Add new speech models to `Gather`.


### [7.4.1](https://github.com/twilio/twilio-cli-core/compare/7.4.0...7.4.1) (2022-11-02)

---------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
30 changes: 15 additions & 15 deletions src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -9463,29 +9463,29 @@
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "Account Sid."
"description": "Account SID."
},
"call_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^CA[0-9a-fA-F]{32}$",
"nullable": true,
"description": "Call Sid."
"description": "Call SID."
},
"sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^KX[0-9a-fA-F]{32}$",
"nullable": true,
"description": "A string that uniquely identifies this User Defined Message."
"description": "User Defined Message SID."
},
"date_created": {
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The date this User Defined Message was created"
"description": "The date this User Defined Message was created."
}
}
},
Expand All @@ -9498,34 +9498,34 @@
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "Account Sid."
"description": "Account SID."
},
"call_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^CA[0-9a-fA-F]{32}$",
"nullable": true,
"description": "Call Sid."
"description": "Call SID."
},
"sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^ZY[0-9a-fA-F]{32}$",
"nullable": true,
"description": "User Defined Message Subscription Sid"
"description": "User Defined Message Subscription SID."
},
"date_created": {
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The date this User Defined Message Subscription was created"
"description": "The date this User Defined Message Subscription was created."
},
"uri": {
"type": "string",
"nullable": true,
"description": "The URI of the resource, relative to `https://api.twilio.com`."
"description": "The URI of the User Defined Message Subscription Resource, relative to `https://api.twilio.com`."
}
}
},
Expand Down Expand Up @@ -9587,7 +9587,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -31056,7 +31056,7 @@
"parent": "/Accounts/{AccountSid}/Calls/{Sid}.json"
},
"post": {
"description": "Create a new User Defined Message for the given call sid.",
"description": "Create a new User Defined Message for the given Call SID.",
"parameters": [
{
"name": "AccountSid",
Expand Down Expand Up @@ -31113,7 +31113,7 @@
"properties": {
"Content": {
"type": "string",
"description": "A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated."
"description": "The User Defined Message in the form of URL-encoded JSON string."
},
"IdempotencyKey": {
"type": "string",
Expand Down Expand Up @@ -31144,7 +31144,7 @@
"parent": "/Accounts/{AccountSid}/Calls/{Sid}.json"
},
"post": {
"description": "Subscribe to User Defined Messages for a given call sid.",
"description": "Subscribe to User Defined Messages for a given Call SID.",
"parameters": [
{
"name": "AccountSid",
Expand All @@ -31161,7 +31161,7 @@
{
"name": "CallSid",
"in": "path",
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the call sid that is producing the user defined messages.",
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages.",
"schema": {
"type": "string",
"minLength": 34,
Expand Down Expand Up @@ -31264,7 +31264,7 @@
{
"name": "CallSid",
"in": "path",
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the call sid that is producing the user defined messages.",
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages.",
"schema": {
"type": "string",
"minLength": 34,
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.37.1"
"version": "1.37.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 1b99ec4

Please sign in to comment.