Skip to content

Commit

Permalink
fix: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Sep 6, 2021
1 parent 0eac4e1 commit 94bbd71
Show file tree
Hide file tree
Showing 36 changed files with 566 additions and 55 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
---------------------------
**Api**
- Add Programmabled Voice SIP Refer call transfers (`calls-transfers`) to usage records
- Add Flex Voice Usage category (`flex-usage`) to usage records

**Conversations**
- Add `Order` query parameter to Message resource read operation

**Insights**
- Added `partial` to enum processing_state_request
- Added abnormal session filter in Call Summaries

**Messaging**
- Add brand_registration_sid as an optional query param for us_app_to_person_usecase api

**Pricing**
- add trunking_numbers resource (v2)
- add trunking_country resource (v2)

**Verify**
- Changed to private beta the `TemplateSid` optional parameter on Verification creation.
- Added the optional parameter `Order` to the list Challenges endpoint to define the list order.


twilio-cli-core changelog
=====================

Expand Down
46 changes: 32 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,40 @@
}
],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "chore", "release": "patch"}
]
}],
["@semantic-release/release-notes-generator", {
"preset": "angular",
"presetConfig": {
"types": [
{"type": "feat", "section": "Library - Features"},
{"type": "fix", "section": "Library - Fixes"},
{"type": "chore", "section": "Library - Chores"}
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "chore",
"release": "patch"
}
]
}
}],
],
[
"@semantic-release/release-notes-generator",
{
"preset": "angular",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Library - Features"
},
{
"type": "fix",
"section": "Library - Fixes"
},
{
"type": "chore",
"section": "Library - Chores"
}
]
}
}
],
[
"@semantic-release/changelog",
{
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 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "5.28.0"
"version": "1.20.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 94bbd71

Please sign in to comment.