Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1da0d23

Browse files
committed
[Librarian] Regenerated @ a6ee56bea099fb7910568546a832ac26f688836d
1 parent edb1911 commit 1da0d23

File tree

33 files changed

+151
-180
lines changed

33 files changed

+151
-180
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2021-01-13] Version 6.51.0
7+
---------------------------
8+
**Library - Docs**
9+
- [PR #555](https://github.com/twilio/twilio-python/pull/555): Fixing documentation for list parameter types. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
10+
11+
**Library - Fix**
12+
- [PR #552](https://github.com/twilio/twilio-python/pull/552): pin pyjwt dependency. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
13+
14+
**Api**
15+
- Add 'Electric Imp v1 Usage' to usage categories
16+
17+
**Conversations**
18+
- Changed `last_read_message_index` type in Participant's resource **(breaking change)**
19+
20+
**Insights**
21+
- Added `created_time` to call summary.
22+
23+
**Sync**
24+
- Remove HideExpired query parameter for filtering Sync Documents with expired **(breaking change)**
25+
26+
**Video**
27+
- [Rooms] Expose maxConcurrentPublishedTracks property in Room resource
28+
29+
630
[2020-12-16] Version 6.50.1
731
---------------------------
832
**Api**

tests/integration/events/v1/test_sink.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,20 @@ def test_read_results_response(self):
186186
"sink_test": "https://events.twilio.com/v1/Sinks/DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab/Test",
187187
"sink_validate": "https://events.twilio.com/v1/Sinks/DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab/Validate"
188188
}
189+
},
190+
{
191+
"status": "active",
192+
"sink_configuration": {},
193+
"description": "A webhook Sink",
194+
"sid": "DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaac",
195+
"date_created": "2015-07-30T20:00:00Z",
196+
"sink_type": "webhook",
197+
"date_updated": "2015-07-30T20:00:00Z",
198+
"url": "https://events.twilio.com/v1/Sinks/DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaac",
199+
"links": {
200+
"sink_test": "https://events.twilio.com/v1/Sinks/DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaac/Test",
201+
"sink_validate": "https://events.twilio.com/v1/Sinks/DGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaac/Validate"
202+
}
189203
}
190204
],
191205
"meta": {

tests/integration/insights/v1/call/test_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_fetch_response(self):
3636
"call_type": "carrier",
3737
"call_state": "ringing",
3838
"processing_state": "complete",
39+
"created_time": "2015-07-30T20:00:00Z",
3940
"start_time": "2015-07-30T20:00:00Z",
4041
"end_time": "2015-07-30T20:00:00Z",
4142
"duration": 100,

tests/integration/video/v1/test_room.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_fetch_response(self):
3939
"enable_turn": true,
4040
"unique_name": "unique_name",
4141
"max_participants": 10,
42+
"max_concurrent_published_tracks": 10,
4243
"duration": 0,
4344
"status_callback_method": "POST",
4445
"status_callback": "",
@@ -86,6 +87,7 @@ def test_create_response(self):
8687
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
8788
"enable_turn": true,
8889
"unique_name": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
90+
"max_concurrent_published_tracks": 10,
8991
"max_participants": 10,
9092
"duration": 0,
9193
"status_callback_method": "POST",
@@ -124,6 +126,7 @@ def test_create_webrtc_go_response(self):
124126
"enable_turn": true,
125127
"unique_name": "room1",
126128
"max_participants": 10,
129+
"max_concurrent_published_tracks": 10,
127130
"duration": 0,
128131
"status_callback_method": "POST",
129132
"status_callback": "",
@@ -201,6 +204,7 @@ def test_read_with_status_response(self):
201204
"end_time": "2017-04-03T22:21:51Z",
202205
"duration": 2,
203206
"max_participants": 10,
207+
"max_concurrent_published_tracks": 10,
204208
"record_participants_on_connect": false,
205209
"video_codecs": [
206210
"VP8"
@@ -259,6 +263,7 @@ def test_update_response(self):
259263
"enable_turn": true,
260264
"unique_name": "unique_name",
261265
"max_participants": 10,
266+
"max_concurrent_published_tracks": 10,
262267
"status_callback_method": "POST",
263268
"status_callback": "",
264269
"record_participants_on_connect": false,

twilio/rest/api/v2010/account/usage/record/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ class Category(object):
356356
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
357357
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
358358
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
359+
IMP_V1_USAGE = "imp-v1-usage"
359360
LOOKUPS = "lookups"
360361
MARKETPLACE = "marketplace"
361362
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

twilio/rest/api/v2010/account/usage/record/all_time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class Category(object):
242242
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
243243
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
244244
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
245+
IMP_V1_USAGE = "imp-v1-usage"
245246
LOOKUPS = "lookups"
246247
MARKETPLACE = "marketplace"
247248
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

twilio/rest/api/v2010/account/usage/record/daily.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class Category(object):
242242
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
243243
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
244244
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
245+
IMP_V1_USAGE = "imp-v1-usage"
245246
LOOKUPS = "lookups"
246247
MARKETPLACE = "marketplace"
247248
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

twilio/rest/api/v2010/account/usage/record/last_month.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class Category(object):
242242
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
243243
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
244244
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
245+
IMP_V1_USAGE = "imp-v1-usage"
245246
LOOKUPS = "lookups"
246247
MARKETPLACE = "marketplace"
247248
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

twilio/rest/api/v2010/account/usage/record/monthly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class Category(object):
242242
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
243243
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
244244
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
245+
IMP_V1_USAGE = "imp-v1-usage"
245246
LOOKUPS = "lookups"
246247
MARKETPLACE = "marketplace"
247248
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

twilio/rest/api/v2010/account/usage/record/this_month.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class Category(object):
242242
GROUP_ROOMS_MEDIA_STORED = "group-rooms-media-stored"
243243
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
244244
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
245+
IMP_V1_USAGE = "imp-v1-usage"
245246
LOOKUPS = "lookups"
246247
MARKETPLACE = "marketplace"
247248
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = "marketplace-algorithmia-named-entity-recognition"

0 commit comments

Comments
 (0)