Skip to content

Commit 906518f

Browse files
committed
fix: Updated api definitions
1 parent c49a4c8 commit 906518f

35 files changed

+53
-41
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---------------------------
2+
**Events**
3+
- Add segment sink
4+
5+
**Messaging**
6+
- Add post_approval_required attribute in GET us_app_to_person_usecase api response
7+
- Add Identity Status, Russell 3000, Tax Exempt Status and Should Skip SecVet fields for Brand Registrations
8+
- Add Should Skip Secondary Vetting optional flag parameter to create Brand API
9+
10+
111
twilio-cli-core changelog
212
=====================
313

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

src/services/twilio-api/twilio_api_v2010.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8896,7 +8896,7 @@
88968896
},
88978897
"termsOfService": "https://www.twilio.com/legal/tos",
88988898
"title": "Twilio - Api",
8899-
"version": "5.28.3"
8899+
"version": "1.20.3"
89008900
},
89018901
"openapi": "3.0.1",
89028902
"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.28.3"
955+
"version": "1.20.3"
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.28.3"
249+
"version": "1.20.3"
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.28.3"
767+
"version": "1.20.3"
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.28.3"
1064+
"version": "1.20.3"
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
@@ -2036,7 +2036,7 @@
20362036
},
20372037
"termsOfService": "https://www.twilio.com/legal/tos",
20382038
"title": "Twilio - Conversations",
2039-
"version": "5.28.3"
2039+
"version": "1.20.3"
20402040
},
20412041
"openapi": "3.0.1",
20422042
"paths": {

src/services/twilio-api/twilio_events_v1.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
"description": "Sink type.",
149149
"enum": [
150150
"kinesis",
151-
"webhook"
151+
"webhook",
152+
"segment"
152153
],
153154
"nullable": true,
154155
"type": "string"
@@ -308,7 +309,7 @@
308309
},
309310
"termsOfService": "https://www.twilio.com/legal/tos",
310311
"title": "Twilio - Events",
311-
"version": "5.28.3"
312+
"version": "1.20.3"
312313
},
313314
"openapi": "3.0.1",
314315
"paths": {
@@ -634,7 +635,8 @@
634635
"description": "The Sink type. Can only be \"kinesis\" or \"webhook\" currently.",
635636
"enum": [
636637
"kinesis",
637-
"webhook"
638+
"webhook",
639+
"segment"
638640
],
639641
"type": "string"
640642
}

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.28.3"
205+
"version": "1.20.3"
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.28.3"
486+
"version": "1.20.3"
487487
},
488488
"openapi": "3.0.1",
489489
"paths": {

src/services/twilio-api/twilio_frontline_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"termsOfService": "https://www.twilio.com/legal/tos",
6767
"title": "Twilio - Frontline",
68-
"version": "5.28.3"
68+
"version": "1.20.3"
6969
},
7070
"openapi": "3.0.1",
7171
"paths": {

src/services/twilio-api/twilio_insights_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
},
761761
"termsOfService": "https://www.twilio.com/legal/tos",
762762
"title": "Twilio - Insights",
763-
"version": "5.28.3"
763+
"version": "1.20.3"
764764
},
765765
"openapi": "3.0.1",
766766
"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.28.3"
659+
"version": "1.20.3"
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.28.3"
914+
"version": "1.20.3"
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.28.3"
66+
"version": "1.20.3"
6767
},
6868
"openapi": "3.0.1",
6969
"paths": {

src/services/twilio-api/twilio_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 - Messaging",
659-
"version": "5.28.3"
659+
"version": "1.20.3"
660660
},
661661
"openapi": "3.0.1",
662662
"paths": {

src/services/twilio-api/twilio_monitor_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
},
342342
"termsOfService": "https://www.twilio.com/legal/tos",
343343
"title": "Twilio - Monitor",
344-
"version": "5.28.3"
344+
"version": "1.20.3"
345345
},
346346
"openapi": "3.0.1",
347347
"paths": {

src/services/twilio-api/twilio_notify_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
},
429429
"termsOfService": "https://www.twilio.com/legal/tos",
430430
"title": "Twilio - Notify",
431-
"version": "5.28.3"
431+
"version": "1.20.3"
432432
},
433433
"openapi": "3.0.1",
434434
"paths": {

src/services/twilio-api/twilio_numbers_v2.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
},
479479
"termsOfService": "https://www.twilio.com/legal/tos",
480480
"title": "Twilio - Numbers",
481-
"version": "5.28.3"
481+
"version": "1.20.3"
482482
},
483483
"openapi": "3.0.1",
484484
"paths": {
@@ -524,15 +524,15 @@
524524
}
525525
},
526526
{
527-
"description": "The ISO country code of the Bundle's phone number country ownership request.",
527+
"description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request.",
528528
"in": "query",
529529
"name": "IsoCountry",
530530
"schema": {
531531
"type": "string"
532532
}
533533
},
534534
{
535-
"description": "The type of phone number of the Bundle's ownership request.",
535+
"description": "The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll free`.",
536536
"in": "query",
537537
"name": "NumberType",
538538
"schema": {
@@ -623,7 +623,7 @@
623623
"type": "string"
624624
},
625625
"EndUserType": {
626-
"description": "The type of End User of the Bundle resource.",
626+
"description": "The [type of End User](https://www.twilio.com/docs/phone-numbers/regulatory/api/end-user-types) of the Bundle resource.",
627627
"enum": [
628628
"individual",
629629
"business"
@@ -635,11 +635,11 @@
635635
"type": "string"
636636
},
637637
"IsoCountry": {
638-
"description": "The ISO country code of the Bundle's phone number country ownership request.",
638+
"description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request.",
639639
"type": "string"
640640
},
641641
"NumberType": {
642-
"description": "The type of phone number of the Bundle's ownership request.",
642+
"description": "The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll free`.",
643643
"type": "string"
644644
},
645645
"RegulationSid": {

src/services/twilio-api/twilio_pricing_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
},
396396
"termsOfService": "https://www.twilio.com/legal/tos",
397397
"title": "Twilio - Pricing",
398-
"version": "5.28.3"
398+
"version": "1.20.3"
399399
},
400400
"openapi": "3.0.1",
401401
"paths": {

src/services/twilio-api/twilio_pricing_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
},
394394
"termsOfService": "https://www.twilio.com/legal/tos",
395395
"title": "Twilio - Pricing",
396-
"version": "5.28.3"
396+
"version": "1.20.3"
397397
},
398398
"openapi": "3.0.1",
399399
"paths": {

src/services/twilio-api/twilio_proxy_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
},
865865
"termsOfService": "https://www.twilio.com/legal/tos",
866866
"title": "Twilio - Proxy",
867-
"version": "5.28.3"
867+
"version": "1.20.3"
868868
},
869869
"openapi": "3.0.1",
870870
"paths": {

src/services/twilio-api/twilio_serverless_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
},
819819
"termsOfService": "https://www.twilio.com/legal/tos",
820820
"title": "Twilio - Serverless",
821-
"version": "5.28.3"
821+
"version": "1.20.3"
822822
},
823823
"openapi": "3.0.1",
824824
"paths": {

src/services/twilio-api/twilio_studio_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
},
580580
"termsOfService": "https://www.twilio.com/legal/tos",
581581
"title": "Twilio - Studio",
582-
"version": "5.28.3"
582+
"version": "1.20.3"
583583
},
584584
"openapi": "3.0.1",
585585
"paths": {

src/services/twilio-api/twilio_studio_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
},
479479
"termsOfService": "https://www.twilio.com/legal/tos",
480480
"title": "Twilio - Studio",
481-
"version": "5.28.3"
481+
"version": "1.20.3"
482482
},
483483
"openapi": "3.0.1",
484484
"paths": {

src/services/twilio-api/twilio_supersim_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
},
614614
"termsOfService": "https://www.twilio.com/legal/tos",
615615
"title": "Twilio - Supersim",
616-
"version": "5.28.3"
616+
"version": "1.20.3"
617617
},
618618
"openapi": "3.0.1",
619619
"paths": {

src/services/twilio-api/twilio_sync_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
},
729729
"termsOfService": "https://www.twilio.com/legal/tos",
730730
"title": "Twilio - Sync",
731-
"version": "5.28.3"
731+
"version": "1.20.3"
732732
},
733733
"openapi": "3.0.1",
734734
"paths": {

src/services/twilio-api/twilio_taskrouter_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@
19931993
},
19941994
"termsOfService": "https://www.twilio.com/legal/tos",
19951995
"title": "Twilio - Taskrouter",
1996-
"version": "5.28.3"
1996+
"version": "1.20.3"
19971997
},
19981998
"openapi": "3.0.1",
19991999
"paths": {

src/services/twilio-api/twilio_trunking_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
},
541541
"termsOfService": "https://www.twilio.com/legal/tos",
542542
"title": "Twilio - Trunking",
543-
"version": "5.28.3"
543+
"version": "1.20.3"
544544
},
545545
"openapi": "3.0.1",
546546
"paths": {

src/services/twilio-api/twilio_trusthub_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
},
758758
"termsOfService": "https://www.twilio.com/legal/tos",
759759
"title": "Twilio - Trusthub",
760-
"version": "5.28.3"
760+
"version": "1.20.3"
761761
},
762762
"openapi": "3.0.1",
763763
"paths": {

src/services/twilio-api/twilio_verify_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
},
11351135
"termsOfService": "https://www.twilio.com/legal/tos",
11361136
"title": "Twilio - Verify",
1137-
"version": "5.28.3"
1137+
"version": "1.20.3"
11381138
},
11391139
"openapi": "3.0.1",
11401140
"paths": {

src/services/twilio-api/twilio_video_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
},
10531053
"termsOfService": "https://www.twilio.com/legal/tos",
10541054
"title": "Twilio - Video",
1055-
"version": "5.28.3"
1055+
"version": "1.20.3"
10561056
},
10571057
"openapi": "3.0.1",
10581058
"paths": {

src/services/twilio-api/twilio_voice_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
},
521521
"termsOfService": "https://www.twilio.com/legal/tos",
522522
"title": "Twilio - Voice",
523-
"version": "5.28.3"
523+
"version": "1.20.3"
524524
},
525525
"openapi": "3.0.1",
526526
"paths": {

src/services/twilio-api/twilio_wireless_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
},
563563
"termsOfService": "https://www.twilio.com/legal/tos",
564564
"title": "Twilio - Wireless",
565-
"version": "5.28.3"
565+
"version": "1.20.3"
566566
},
567567
"openapi": "3.0.1",
568568
"paths": {

0 commit comments

Comments
 (0)