Skip to content

Commit 5b8ec61

Browse files
committed
[Librarian] Regenerated @ 551da0c03315c2791ce53816c329fd1fb37f471f
1 parent 89ca112 commit 5b8ec61

30 files changed

+9872
-233
lines changed

CHANGES.md

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

4+
[2020-11-05] Version 5.11.0
5+
---------------------------
6+
**Api**
7+
- Added `verify-push` to `usage_record` API
8+
9+
**Bulkexports**
10+
- When creating a custom export the StartDay, EndDay, and FriendlyName fields were required but this was not reflected in the API documentation. The API itself failed the request without these fields. **(breaking change)**
11+
- Added property descriptions for Custom Export create method
12+
- Clarified WebhookUrl and WebhookMethod must be provided together for Custom Export
13+
14+
**Insights**
15+
- Added video room and participant summary apis.
16+
17+
**Ip_messaging**
18+
- Create separate definition for ip-messaging
19+
- Restore v2 endpoints for ip-messaging
20+
21+
**Verify**
22+
- Verify Push madurity were updated from `preview` to `beta`
23+
- `twilio_sandbox_mode` header was removed from Verify Push resources **(breaking change)**
24+
25+
**Video**
26+
- [Rooms] Add Recording Rules API
27+
28+
429
[2020-10-14] Version 5.10.0
530
---------------------------
631
**Ai**

src/services/twilio-api/twilio_accounts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
"termsOfService": "https://www.twilio.com/legal/tos",
144144
"title": "Twilio - Accounts",
145-
"version": "5.10.0"
145+
"version": "5.11.0"
146146
},
147147
"openapi": "3.0.1",
148148
"paths": {

src/services/twilio-api/twilio_api.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -4301,6 +4301,7 @@
43014301
"turnmegabytes-useast",
43024302
"turnmegabytes-uswest",
43034303
"twilio-interconnect",
4304+
"verify-push",
43044305
"video-recordings",
43054306
"voice-insights",
43064307
"voice-insights-client-insights-on-demand-minute",
@@ -4605,6 +4606,7 @@
46054606
"turnmegabytes-useast",
46064607
"turnmegabytes-uswest",
46074608
"twilio-interconnect",
4609+
"verify-push",
46084610
"video-recordings",
46094611
"voice-insights",
46104612
"voice-insights-client-insights-on-demand-minute",
@@ -4909,6 +4911,7 @@
49094911
"turnmegabytes-useast",
49104912
"turnmegabytes-uswest",
49114913
"twilio-interconnect",
4914+
"verify-push",
49124915
"video-recordings",
49134916
"voice-insights",
49144917
"voice-insights-client-insights-on-demand-minute",
@@ -5213,6 +5216,7 @@
52135216
"turnmegabytes-useast",
52145217
"turnmegabytes-uswest",
52155218
"twilio-interconnect",
5219+
"verify-push",
52165220
"video-recordings",
52175221
"voice-insights",
52185222
"voice-insights-client-insights-on-demand-minute",
@@ -5517,6 +5521,7 @@
55175521
"turnmegabytes-useast",
55185522
"turnmegabytes-uswest",
55195523
"twilio-interconnect",
5524+
"verify-push",
55205525
"video-recordings",
55215526
"voice-insights",
55225527
"voice-insights-client-insights-on-demand-minute",
@@ -5821,6 +5826,7 @@
58215826
"turnmegabytes-useast",
58225827
"turnmegabytes-uswest",
58235828
"twilio-interconnect",
5829+
"verify-push",
58245830
"video-recordings",
58255831
"voice-insights",
58265832
"voice-insights-client-insights-on-demand-minute",
@@ -6125,6 +6131,7 @@
61256131
"turnmegabytes-useast",
61266132
"turnmegabytes-uswest",
61276133
"twilio-interconnect",
6134+
"verify-push",
61286135
"video-recordings",
61296136
"voice-insights",
61306137
"voice-insights-client-insights-on-demand-minute",
@@ -6429,6 +6436,7 @@
64296436
"turnmegabytes-useast",
64306437
"turnmegabytes-uswest",
64316438
"twilio-interconnect",
6439+
"verify-push",
64326440
"video-recordings",
64336441
"voice-insights",
64346442
"voice-insights-client-insights-on-demand-minute",
@@ -6733,6 +6741,7 @@
67336741
"turnmegabytes-useast",
67346742
"turnmegabytes-uswest",
67356743
"twilio-interconnect",
6744+
"verify-push",
67366745
"video-recordings",
67376746
"voice-insights",
67386747
"voice-insights-client-insights-on-demand-minute",
@@ -7103,6 +7112,7 @@
71037112
"turnmegabytes-useast",
71047113
"turnmegabytes-uswest",
71057114
"twilio-interconnect",
7115+
"verify-push",
71067116
"video-recordings",
71077117
"voice-insights",
71087118
"voice-insights-client-insights-on-demand-minute",
@@ -7206,7 +7216,7 @@
72067216
},
72077217
"termsOfService": "https://www.twilio.com/legal/tos",
72087218
"title": "Twilio - Api",
7209-
"version": "5.10.0"
7219+
"version": "5.11.0"
72107220
},
72117221
"openapi": "3.0.1",
72127222
"paths": {
@@ -24590,6 +24600,7 @@
2459024600
"turnmegabytes-useast",
2459124601
"turnmegabytes-uswest",
2459224602
"twilio-interconnect",
24603+
"verify-push",
2459324604
"video-recordings",
2459424605
"voice-insights",
2459524606
"voice-insights-client-insights-on-demand-minute",
@@ -24971,6 +24982,7 @@
2497124982
"turnmegabytes-useast",
2497224983
"turnmegabytes-uswest",
2497324984
"twilio-interconnect",
24985+
"verify-push",
2497424986
"video-recordings",
2497524987
"voice-insights",
2497624988
"voice-insights-client-insights-on-demand-minute",
@@ -25352,6 +25364,7 @@
2535225364
"turnmegabytes-useast",
2535325365
"turnmegabytes-uswest",
2535425366
"twilio-interconnect",
25367+
"verify-push",
2535525368
"video-recordings",
2535625369
"voice-insights",
2535725370
"voice-insights-client-insights-on-demand-minute",
@@ -25733,6 +25746,7 @@
2573325746
"turnmegabytes-useast",
2573425747
"turnmegabytes-uswest",
2573525748
"twilio-interconnect",
25749+
"verify-push",
2573625750
"video-recordings",
2573725751
"voice-insights",
2573825752
"voice-insights-client-insights-on-demand-minute",
@@ -26114,6 +26128,7 @@
2611426128
"turnmegabytes-useast",
2611526129
"turnmegabytes-uswest",
2611626130
"twilio-interconnect",
26131+
"verify-push",
2611726132
"video-recordings",
2611826133
"voice-insights",
2611926134
"voice-insights-client-insights-on-demand-minute",
@@ -26495,6 +26510,7 @@
2649526510
"turnmegabytes-useast",
2649626511
"turnmegabytes-uswest",
2649726512
"twilio-interconnect",
26513+
"verify-push",
2649826514
"video-recordings",
2649926515
"voice-insights",
2650026516
"voice-insights-client-insights-on-demand-minute",
@@ -26876,6 +26892,7 @@
2687626892
"turnmegabytes-useast",
2687726893
"turnmegabytes-uswest",
2687826894
"twilio-interconnect",
26895+
"verify-push",
2687926896
"video-recordings",
2688026897
"voice-insights",
2688126898
"voice-insights-client-insights-on-demand-minute",
@@ -27257,6 +27274,7 @@
2725727274
"turnmegabytes-useast",
2725827275
"turnmegabytes-uswest",
2725927276
"twilio-interconnect",
27277+
"verify-push",
2726027278
"video-recordings",
2726127279
"voice-insights",
2726227280
"voice-insights-client-insights-on-demand-minute",
@@ -27638,6 +27656,7 @@
2763827656
"turnmegabytes-useast",
2763927657
"turnmegabytes-uswest",
2764027658
"twilio-interconnect",
27659+
"verify-push",
2764127660
"video-recordings",
2764227661
"voice-insights",
2764327662
"voice-insights-client-insights-on-demand-minute",
@@ -28046,6 +28065,7 @@
2804628065
"turnmegabytes-useast",
2804728066
"turnmegabytes-uswest",
2804828067
"twilio-interconnect",
28068+
"verify-push",
2804928069
"video-recordings",
2805028070
"voice-insights",
2805128071
"voice-insights-client-insights-on-demand-minute",
@@ -28438,6 +28458,7 @@
2843828458
"turnmegabytes-useast",
2843928459
"turnmegabytes-uswest",
2844028460
"twilio-interconnect",
28461+
"verify-push",
2844128462
"video-recordings",
2844228463
"voice-insights",
2844328464
"voice-insights-client-insights-on-demand-minute",

src/services/twilio-api/twilio_autopilot.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
},
691691
"termsOfService": "https://www.twilio.com/legal/tos",
692692
"title": "Twilio - Autopilot",
693-
"version": "5.10.0"
693+
"version": "5.11.0"
694694
},
695695
"openapi": "3.0.1",
696696
"paths": {

src/services/twilio-api/twilio_bulkexports.json

+13-40
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
},
163163
"termsOfService": "https://www.twilio.com/legal/tos",
164164
"title": "Twilio - Bulkexports",
165-
"version": "5.10.0"
165+
"version": "5.11.0"
166166
},
167167
"openapi": "3.0.1",
168168
"paths": {
@@ -403,22 +403,6 @@
403403
"type": "string"
404404
}
405405
},
406-
{
407-
"description": "",
408-
"in": "query",
409-
"name": "NextToken",
410-
"schema": {
411-
"type": "string"
412-
}
413-
},
414-
{
415-
"description": "",
416-
"in": "query",
417-
"name": "PreviousToken",
418-
"schema": {
419-
"type": "string"
420-
}
421-
},
422406
{
423407
"description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.",
424408
"in": "query",
@@ -564,22 +548,6 @@
564548
"type": "string"
565549
}
566550
},
567-
{
568-
"description": "The token for the next page of job results, and may be null if there are no more pages",
569-
"in": "query",
570-
"name": "NextToken",
571-
"schema": {
572-
"type": "string"
573-
}
574-
},
575-
{
576-
"description": "The token for the previous page of results, and may be null if this is the first page",
577-
"in": "query",
578-
"name": "PreviousToken",
579-
"schema": {
580-
"type": "string"
581-
}
582-
},
583551
{
584552
"description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.",
585553
"in": "query",
@@ -654,7 +622,7 @@
654622
"description": "",
655623
"parameters": [
656624
{
657-
"description": "The type of communication \u2013 Messages, Calls",
625+
"description": "The type of communication \u2013 Messages or Calls",
658626
"in": "path",
659627
"name": "ResourceType",
660628
"required": true,
@@ -669,30 +637,35 @@
669637
"schema": {
670638
"properties": {
671639
"Email": {
672-
"description": "",
640+
"description": "The optional email to send the completion notification to. You can set both webhook, and email, or one or the other. If you set neither, the job will run but you will have to query to determine your job's status.",
673641
"type": "string"
674642
},
675643
"EndDay": {
676-
"description": "",
644+
"description": "The end day for the custom export specified as a string in the format of yyyy-mm-dd. End day is inclusive and must be 2 days earlier than the current UTC day.",
677645
"type": "string"
678646
},
679647
"FriendlyName": {
680-
"description": "",
648+
"description": "The friendly name specified when creating the job",
681649
"type": "string"
682650
},
683651
"StartDay": {
684-
"description": "",
652+
"description": "The start day for the custom export specified as a string in the format of yyyy-mm-dd",
685653
"type": "string"
686654
},
687655
"WebhookMethod": {
688-
"description": "",
656+
"description": "This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied.",
689657
"type": "string"
690658
},
691659
"WebhookUrl": {
692-
"description": "",
660+
"description": "The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. If you set neither webhook nor email, you will have to check your job's status manually.",
693661
"type": "string"
694662
}
695663
},
664+
"required": [
665+
"StartDay",
666+
"EndDay",
667+
"FriendlyName"
668+
],
696669
"type": "object"
697670
}
698671
}

src/services/twilio-api/twilio_chat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@
12931293
},
12941294
"termsOfService": "https://www.twilio.com/legal/tos",
12951295
"title": "Twilio - Chat",
1296-
"version": "5.10.0"
1296+
"version": "5.11.0"
12971297
},
12981298
"openapi": "3.0.1",
12991299
"paths": {

src/services/twilio-api/twilio_conversations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
},
11121112
"termsOfService": "https://www.twilio.com/legal/tos",
11131113
"title": "Twilio - Conversations",
1114-
"version": "5.10.0"
1114+
"version": "5.11.0"
11151115
},
11161116
"openapi": "3.0.1",
11171117
"paths": {

src/services/twilio-api/twilio_events.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
},
228228
"termsOfService": "https://www.twilio.com/legal/tos",
229229
"title": "Twilio - Events",
230-
"version": "5.10.0"
230+
"version": "5.11.0"
231231
},
232232
"openapi": "3.0.1",
233233
"paths": {

src/services/twilio-api/twilio_fax.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
},
155155
"termsOfService": "https://www.twilio.com/legal/tos",
156156
"title": "Twilio - Fax",
157-
"version": "5.10.0"
157+
"version": "5.11.0"
158158
},
159159
"openapi": "3.0.1",
160160
"paths": {

src/services/twilio-api/twilio_flex.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
},
344344
"termsOfService": "https://www.twilio.com/legal/tos",
345345
"title": "Twilio - Flex",
346-
"version": "5.10.0"
346+
"version": "5.11.0"
347347
},
348348
"openapi": "3.0.1",
349349
"paths": {

0 commit comments

Comments
 (0)