Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update release-feature-branch with main #137

Merged
merged 12 commits into from
Jul 29, 2021
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
twilio-cli-core changelog
=====================

[2021-07-29] Version 5.27.0
---------------------------
**Api**
- Added `domain_sid` in sip_credential_list_mapping and sip_ip_access_control_list_mapping APIs **(breaking change)**

**Conversations**
- Expose ParticipantConversations resource

**Taskrouter**
- Adding `links` to the activity resource

**Verify**
- Added a `Version` to Verify Factors `Webhooks` to add new fields without breaking old Webhooks.


[2021-07-15] Version 5.26.0
---------------------------
**Library - Feature**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/cli-core",
"version": "5.26.0",
"version": "5.27.0",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
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.26.0"
"version": "5.27.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
28 changes: 17 additions & 11 deletions src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -5187,6 +5187,14 @@
"nullable": true,
"type": "string"
},
"domain_sid": {
"description": "The unique string that identifies the SipDomain resource.",
"maxLength": 34,
"minLength": 34,
"nullable": true,
"pattern": "^SD[0-9a-fA-F]{32}$",
"type": "string"
},
"friendly_name": {
"description": "A human readable descriptive text for this resource, up to 64 characters long.",
"nullable": true,
Expand All @@ -5200,11 +5208,6 @@
"pattern": "^CL[0-9a-fA-F]{32}$",
"type": "string"
},
"subresource_uris": {
"description": "The credentials associated with this resource.",
"nullable": true,
"type": "object"
},
"uri": {
"description": "The URI for this resource, relative to https://api.twilio.com",
"format": "uri",
Expand Down Expand Up @@ -5236,6 +5239,14 @@
"nullable": true,
"type": "string"
},
"domain_sid": {
"description": "The unique string that identifies the SipDomain resource.",
"maxLength": 34,
"minLength": 34,
"nullable": true,
"pattern": "^SD[0-9a-fA-F]{32}$",
"type": "string"
},
"friendly_name": {
"description": "A human readable descriptive text for this resource, up to 64 characters long.",
"nullable": true,
Expand All @@ -5249,11 +5260,6 @@
"pattern": "^AL[0-9a-fA-F]{32}$",
"type": "string"
},
"subresource_uris": {
"description": "The list of IP addresses associated with this domain.",
"nullable": true,
"type": "object"
},
"uri": {
"description": "The URI for this resource, relative to https://api.twilio.com",
"format": "uri",
Expand Down Expand Up @@ -8873,7 +8879,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "5.26.0"
"version": "5.27.0"
},
"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 @@ -952,7 +952,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "5.26.0"
"version": "5.27.0"
},
"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 @@ -246,7 +246,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "5.26.0"
"version": "5.27.0"
},
"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 @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "5.26.0"
"version": "5.27.0"
},
"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 @@ -1061,7 +1061,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "5.26.0"
"version": "5.27.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading