Skip to content

Commit 9b33a23

Browse files
committed
[Librarian] Regenerated @ 2bb13e70000f420aebac89f65329a42047524624
1 parent 9b7a3f6 commit 9b33a23

34 files changed

+687
-47
lines changed

CHANGES.md

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

4+
[2021-04-07] Version 5.21.0
5+
---------------------------
6+
**Library - Fix**
7+
- [PR #120](https://github.com/twilio/twilio-cli-core/pull/120): npm audit vulnerabilities. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
8+
9+
**Api**
10+
- Added `announcement` event to conference status callback events
11+
- Removed optional property `time_limit` in the call create request. **(breaking change)**
12+
13+
**Messaging**
14+
- Add rate_limits field to Messaging Services US App To Person API
15+
- Add usecase field in Service API for fetch, create, update, read
16+
- Add us app to person api and us app to person usecase api as dependents in service
17+
- Add us_app_to_person_registered field in service api for fetch, read, create, update
18+
- Add us app to person api
19+
- Add us app to person usecase api
20+
- Add A2P external campaign api
21+
- Add Usecases API
22+
23+
**Supersim**
24+
- Add Create endpoint to Sims resource
25+
26+
**Verify**
27+
- The `Binding` field is now returned when creating a `Factor`. This value won't be returned for other endpoints.
28+
29+
**Video**
30+
- [Rooms] max_concurrent_published_tracks has got GA maturity
31+
32+
433
[2021-03-24] Version 5.20.0
534
---------------------------
635
**Api**

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.20.0"
189+
"version": "5.21.0"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

src/services/twilio-api/twilio_api_v2010.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -8883,7 +8883,7 @@
88838883
},
88848884
"termsOfService": "https://www.twilio.com/legal/tos",
88858885
"title": "Twilio - Api",
8886-
"version": "5.20.0"
8886+
"version": "5.21.0"
88878887
},
88888888
"openapi": "3.0.1",
88898889
"paths": {
@@ -12622,10 +12622,6 @@
1262212622
],
1262312623
"type": "string"
1262412624
},
12625-
"TimeLimit": {
12626-
"description": "The maximum duration of the call in seconds. Constraints depend on account and configuration.",
12627-
"type": "integer"
12628-
},
1262912625
"Timeout": {
1263012626
"description": "The integer number of seconds that we should allow the phone to ring before assuming there is no answer. The default is `60` seconds and the maximum is `600` seconds. For some call flows, we will add a 5-second buffer to the timeout value you provide. For this reason, a timeout value of 10 seconds could result in an actual timeout closer to 15 seconds. You can set this to a short time, such as `15` seconds, to hang up before reaching an answering machine or voicemail.",
1263112627
"type": "integer"
@@ -14747,7 +14743,7 @@
1474714743
"type": "string"
1474814744
},
1474914745
"ConferenceStatusCallbackEvent": {
14750-
"description": "The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, and `speaker`. Separate multiple values with a space. Defaults to `start end`.",
14746+
"description": "The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`.",
1475114747
"items": {
1475214748
"type": "string"
1475314749
},

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.20.0"
955+
"version": "5.21.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.20.0"
249+
"version": "5.21.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.20.0"
767+
"version": "5.21.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.20.0"
1064+
"version": "5.21.0"
10651065
},
10661066
"openapi": "3.0.1",
10671067
"paths": {

src/services/twilio-api/twilio_conversations_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@
15641564
},
15651565
"termsOfService": "https://www.twilio.com/legal/tos",
15661566
"title": "Twilio - Conversations",
1567-
"version": "5.20.0"
1567+
"version": "5.21.0"
15681568
},
15691569
"openapi": "3.0.1",
15701570
"paths": {

src/services/twilio-api/twilio_events_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
},
309309
"termsOfService": "https://www.twilio.com/legal/tos",
310310
"title": "Twilio - Events",
311-
"version": "5.20.0"
311+
"version": "5.21.0"
312312
},
313313
"openapi": "3.0.1",
314314
"paths": {

src/services/twilio-api/twilio_fax_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
},
203203
"termsOfService": "https://www.twilio.com/legal/tos",
204204
"title": "Twilio - Fax",
205-
"version": "5.20.0"
205+
"version": "5.21.0"
206206
},
207207
"openapi": "3.0.1",
208208
"paths": {

src/services/twilio-api/twilio_flex_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
},
484484
"termsOfService": "https://www.twilio.com/legal/tos",
485485
"title": "Twilio - Flex",
486-
"version": "5.20.0"
486+
"version": "5.21.0"
487487
},
488488
"openapi": "3.0.1",
489489
"paths": {

src/services/twilio-api/twilio_insights_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
},
639639
"termsOfService": "https://www.twilio.com/legal/tos",
640640
"title": "Twilio - Insights",
641-
"version": "5.20.0"
641+
"version": "5.21.0"
642642
},
643643
"openapi": "3.0.1",
644644
"paths": {

src/services/twilio-api/twilio_ip_messaging_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
},
657657
"termsOfService": "https://www.twilio.com/legal/tos",
658658
"title": "Twilio - Ip_messaging",
659-
"version": "5.20.0"
659+
"version": "5.21.0"
660660
},
661661
"openapi": "3.0.1",
662662
"paths": {

src/services/twilio-api/twilio_ip_messaging_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@
911911
},
912912
"termsOfService": "https://www.twilio.com/legal/tos",
913913
"title": "Twilio - Ip_messaging",
914-
"version": "5.20.0"
914+
"version": "5.21.0"
915915
},
916916
"openapi": "3.0.1",
917917
"paths": {

src/services/twilio-api/twilio_lookups_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"termsOfService": "https://www.twilio.com/legal/tos",
6565
"title": "Twilio - Lookups",
66-
"version": "5.20.0"
66+
"version": "5.21.0"
6767
},
6868
"openapi": "3.0.1",
6969
"paths": {

0 commit comments

Comments
 (0)