Skip to content

Commit

Permalink
[Librarian] Regenerated @ 93a2de5505384cb61be7440d3563d93d5cf980df
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 27, 2024
1 parent fe521d1 commit dd8163d
Show file tree
Hide file tree
Showing 21 changed files with 19,478 additions and 11,330 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
twilio-oai changelog
====================
[2024-06-27] Version 2.0.1
--------------------------
**Library - Chore**
- [PR #113](https://github.com/twilio/twilio-oai/pull/113): regenerated from open-api. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #112](https://github.com/twilio/twilio-oai/pull/112): disable example validation. Thanks to [@sbansla](https://github.com/sbansla)!

**Api**
- Add `transcription` resource
- Add beta feature request managed cert

**Flex**
- Changed mount name for flex_team v2 api

**Intelligence**
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` as Response Headers to Operator resources

**Numbers**
- Added include_constraints query parameter to the Regulations API

**Twiml**
- Add support for `<Transcription>` noun


[2024-06-18] Version 2.0.0
--------------------------
**Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md#2024-06-18-156x-to-2xx) for detailed migration notes.
Expand Down
1,274 changes: 1,274 additions & 0 deletions spec/json/twilio_api_v2010.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions spec/json/twilio_content_sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
}
}
},
"info": {},
"content.v1.content.approval_create": {
"type": "object",
"properties": {
Expand Down
1 change: 1 addition & 0 deletions spec/json/twilio_content_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
},
"schemas": {
"info": {},
"content.v1.content.approval_fetch": {
"type": "object",
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions spec/json/twilio_flex_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@
{
"name": "FlexV2ConductorFlow"
},
{
"name": "FlexV2FlexTeam"
},
{
"name": "FlexV2FlexUser"
},
Expand Down
Loading

0 comments on commit dd8163d

Please sign in to comment.