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 Jan 12, 2023
1 parent 783d02a commit 240c1b9
Show file tree
Hide file tree
Showing 43 changed files with 229 additions and 42 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---------------------------
**Conversations**
- Add support for creating Multi-Channel Rich Content Messages

**Lookups**
- Changed the no data message for match postal code from `no_data` to `data_not_available` in identity match package

**Messaging**
- Add update/edit tollfree verification API


### [7.5.1](https://github.com/twilio/twilio-cli-core/compare/7.5.0...7.5.1) (2022-12-29)

---------------------------
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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -9592,7 +9592,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
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.38.1"
"version": "1.38.2"
},
"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.38.1"
"version": "1.38.2"
},
"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.38.1"
"version": "1.38.2"
},
"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.38.1"
"version": "1.38.2"
},
"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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_content_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
40 changes: 39 additions & 1 deletion src/services/twilio-api/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,14 @@
"format": "uri-map",
"nullable": true,
"description": "Absolute URL to access the receipts of this message."
},
"content_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HX[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The unique ID of the multi-channel Rich Content template."
}
}
},
Expand Down Expand Up @@ -1292,6 +1300,14 @@
"format": "uri-map",
"nullable": true,
"description": "Absolute URL to access the receipts of this message."
},
"content_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HX[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The unique ID of the multi-channel Rich Content template."
}
}
},
Expand Down Expand Up @@ -2332,7 +2348,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -3371,6 +3387,17 @@
"maxLength": 34,
"pattern": "^ME[0-9a-fA-F]{32}$",
"description": "The Media SID to be attached to the new Message."
},
"ContentSid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HX[0-9a-fA-F]{32}$",
"description": "The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content-api) template, required for template-generated messages. **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored."
},
"ContentVariables": {
"type": "string",
"description": "A structurally valid JSON string that contains values to resolve Rich Content template variables."
}
}
}
Expand Down Expand Up @@ -6498,6 +6525,17 @@
"maxLength": 34,
"pattern": "^ME[0-9a-fA-F]{32}$",
"description": "The Media SID to be attached to the new Message."
},
"ContentSid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^HX[0-9a-fA-F]{32}$",
"description": "The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content-api) template, required for template-generated messages. **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored."
},
"ContentVariables": {
"type": "string",
"description": "A structurally valid JSON string that contains values to resolve Rich Content template variables."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_lookups_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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.38.1"
"version": "1.38.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 240c1b9

Please sign in to comment.