Skip to content

Commit

Permalink
[Librarian] Regenerated @ a9825d2f96ed67b66a3941b987ee8dfeb178c116
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed May 18, 2022
1 parent aa00a28 commit ec2298a
Show file tree
Hide file tree
Showing 73 changed files with 101 additions and 1,290 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
twilio-oai changelog
====================
[2022-05-18] Version 1.29.1
---------------------------
**Library - Fix**
- [PR #57](https://github.com/twilio/twilio-oai/pull/57): add parent field to twilio vendor extensions. Thanks to [@charan678](https://github.com/charan678)!

**Api**
- Add property `media_url` to the recording resources

**Verify**
- Include `silent` as a channel type in the verifications API.


[2022-05-04] Version 1.29.0
---------------------------
**Library - Fix**
Expand Down
19 changes: 1 addition & 18 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.29.0"
"version": "1.29.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -289,19 +289,6 @@
"pathType": "instance"
}
},
"/v1/Credentials": {
"description": "TODO: Resource-level docs",
"servers": [
{
"url": "https://accounts.twilio.com"
}
],
"x-twilio": {
"className": "credential",
"defaultOutputProperties": [],
"pathType": "list"
}
},
"/v1/Credentials/AWS": {
"description": "User provided AWS keys",
"get": {
Expand Down Expand Up @@ -444,7 +431,6 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "list"
}
},
Expand Down Expand Up @@ -584,7 +570,6 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "instance"
}
},
Expand Down Expand Up @@ -730,7 +715,6 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "list"
}
},
Expand Down Expand Up @@ -870,7 +854,6 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "instance"
}
}
Expand Down
Loading

0 comments on commit ec2298a

Please sign in to comment.