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

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)