Skip to content

Commit 46c4156

Browse files
ravali-rimmalapudithinkingseriouschildish-sambinotwilio-dxSindhura3
authored
fix: Update release-feature-branch with main (twilio#137)
* update slack token * fix: travis.yml formatting * [Librarian] Regenerated @ 8ec9e610ad617fae257b54113f6d7fa08c457a87 * Release 5.25.0 * add keytar word to user agent (twilio#130) Co-authored-by: schamala <[email protected]> * [Librarian] Regenerated @ 7bffdec2c05f6a34b94cebd095be5b1b30705f5d * Release 5.26.0 * Add Sonarcloud configurations * Revert "Add Sonarcloud configurations" This reverts commit 147d5da. * [Librarian] Regenerated @ 54ad9271a294331f8d036e4a3fc173bb98ecdb82 * Release 5.27.0 Co-authored-by: Elmer Thomas <[email protected]> Co-authored-by: childish-sambino <[email protected]> Co-authored-by: Twilio <[email protected]> Co-authored-by: Sindhura Chamala <[email protected]> Co-authored-by: schamala <[email protected]> Co-authored-by: Anuj <[email protected]>
1 parent c53501f commit 46c4156

36 files changed

+541
-75
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
twilio-cli-core changelog
22
=====================
33

4+
[2021-07-29] Version 5.27.0
5+
---------------------------
6+
**Api**
7+
- Added `domain_sid` in sip_credential_list_mapping and sip_ip_access_control_list_mapping APIs **(breaking change)**
8+
9+
**Conversations**
10+
- Expose ParticipantConversations resource
11+
12+
**Taskrouter**
13+
- Adding `links` to the activity resource
14+
15+
**Verify**
16+
- Added a `Version` to Verify Factors `Webhooks` to add new fields without breaking old Webhooks.
17+
18+
419
[2021-07-15] Version 5.26.0
520
---------------------------
621
**Library - Feature**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/cli-core",
3-
"version": "5.26.0",
3+
"version": "5.27.0",
44
"description": "Core functionality for the twilio-cli",
55
"keywords": [
66
"twilio"

src/services/twilio-api/twilio_accounts_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"termsOfService": "https://www.twilio.com/legal/tos",
188188
"title": "Twilio - Accounts",
189-
"version": "5.26.0"
189+
"version": "5.27.0"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

src/services/twilio-api/twilio_api_v2010.json

+17-11
Original file line numberDiff line numberDiff line change
@@ -5187,6 +5187,14 @@
51875187
"nullable": true,
51885188
"type": "string"
51895189
},
5190+
"domain_sid": {
5191+
"description": "The unique string that identifies the SipDomain resource.",
5192+
"maxLength": 34,
5193+
"minLength": 34,
5194+
"nullable": true,
5195+
"pattern": "^SD[0-9a-fA-F]{32}$",
5196+
"type": "string"
5197+
},
51905198
"friendly_name": {
51915199
"description": "A human readable descriptive text for this resource, up to 64 characters long.",
51925200
"nullable": true,
@@ -5200,11 +5208,6 @@
52005208
"pattern": "^CL[0-9a-fA-F]{32}$",
52015209
"type": "string"
52025210
},
5203-
"subresource_uris": {
5204-
"description": "The credentials associated with this resource.",
5205-
"nullable": true,
5206-
"type": "object"
5207-
},
52085211
"uri": {
52095212
"description": "The URI for this resource, relative to https://api.twilio.com",
52105213
"format": "uri",
@@ -5236,6 +5239,14 @@
52365239
"nullable": true,
52375240
"type": "string"
52385241
},
5242+
"domain_sid": {
5243+
"description": "The unique string that identifies the SipDomain resource.",
5244+
"maxLength": 34,
5245+
"minLength": 34,
5246+
"nullable": true,
5247+
"pattern": "^SD[0-9a-fA-F]{32}$",
5248+
"type": "string"
5249+
},
52395250
"friendly_name": {
52405251
"description": "A human readable descriptive text for this resource, up to 64 characters long.",
52415252
"nullable": true,
@@ -5249,11 +5260,6 @@
52495260
"pattern": "^AL[0-9a-fA-F]{32}$",
52505261
"type": "string"
52515262
},
5252-
"subresource_uris": {
5253-
"description": "The list of IP addresses associated with this domain.",
5254-
"nullable": true,
5255-
"type": "object"
5256-
},
52575263
"uri": {
52585264
"description": "The URI for this resource, relative to https://api.twilio.com",
52595265
"format": "uri",
@@ -8873,7 +8879,7 @@
88738879
},
88748880
"termsOfService": "https://www.twilio.com/legal/tos",
88758881
"title": "Twilio - Api",
8876-
"version": "5.26.0"
8882+
"version": "5.27.0"
88778883
},
88788884
"openapi": "3.0.1",
88798885
"paths": {

src/services/twilio-api/twilio_autopilot_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
},
953953
"termsOfService": "https://www.twilio.com/legal/tos",
954954
"title": "Twilio - Autopilot",
955-
"version": "5.26.0"
955+
"version": "5.27.0"
956956
},
957957
"openapi": "3.0.1",
958958
"paths": {

src/services/twilio-api/twilio_bulkexports_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"termsOfService": "https://www.twilio.com/legal/tos",
248248
"title": "Twilio - Bulkexports",
249-
"version": "5.26.0"
249+
"version": "5.27.0"
250250
},
251251
"openapi": "3.0.1",
252252
"paths": {

src/services/twilio-api/twilio_chat_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
},
765765
"termsOfService": "https://www.twilio.com/legal/tos",
766766
"title": "Twilio - Chat",
767-
"version": "5.26.0"
767+
"version": "5.27.0"
768768
},
769769
"openapi": "3.0.1",
770770
"paths": {

src/services/twilio-api/twilio_chat_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
},
10621062
"termsOfService": "https://www.twilio.com/legal/tos",
10631063
"title": "Twilio - Chat",
1064-
"version": "5.26.0"
1064+
"version": "5.27.0"
10651065
},
10661066
"openapi": "3.0.1",
10671067
"paths": {

0 commit comments

Comments
 (0)