Skip to content

Commit 3eb6bf3

Browse files
committed
oaiFeat: Updated api definitions
1 parent 06e2cb1 commit 3eb6bf3

36 files changed

+1345
-34
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
---------------------------
2+
**Api**
3+
- Corrected enum values for `emergency_address_status` values in `/IncomingPhoneNumbers` response. **(breaking change)**
4+
- Clarify `emergency_address_status` values in `/IncomingPhoneNumbers` response.
5+
6+
**Messaging**
7+
- Add PUT and List brand vettings api
8+
- Removes beta feature flag based visibility for us_app_to_person_registered and usecase field.Updates test cases to add POLITICAL usecase. **(breaking change)**
9+
- Add brand_feedback as optional field to BrandRegistrations
10+
11+
**Video**
12+
- Add `AudioOnly` to create room
13+
14+
115
## [5.30.0](https://github.com/twilio/twilio-cli-core/compare/5.29.0...5.30.0) (2021-10-07)
216

317

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

src/services/twilio-api/twilio_api_v2010.json

+53-1
Original file line numberDiff line numberDiff line change
@@ -2500,6 +2500,19 @@
25002500
"pattern": "^AD[0-9a-fA-F]{32}$",
25012501
"type": "string"
25022502
},
2503+
"emergency_address_status": {
2504+
"description": "State of the emergency address configuration for the phone number",
2505+
"enum": [
2506+
"registered",
2507+
"unregistered",
2508+
"pending-registration",
2509+
"registration-failure",
2510+
"pending-unregistration",
2511+
"unregistration-failure"
2512+
],
2513+
"nullable": true,
2514+
"type": "string"
2515+
},
25032516
"emergency_status": {
25042517
"description": "Displays if emergency calling is enabled for this number.",
25052518
"enum": [
@@ -2906,6 +2919,19 @@
29062919
"pattern": "^AD[0-9a-fA-F]{32}$",
29072920
"type": "string"
29082921
},
2922+
"emergency_address_status": {
2923+
"description": "State of the emergency address configuration for the phone number",
2924+
"enum": [
2925+
"registered",
2926+
"unregistered",
2927+
"pending-registration",
2928+
"registration-failure",
2929+
"pending-unregistration",
2930+
"unregistration-failure"
2931+
],
2932+
"nullable": true,
2933+
"type": "string"
2934+
},
29092935
"emergency_status": {
29102936
"description": "Displays if emergency calling is enabled for this number.",
29112937
"enum": [
@@ -3177,6 +3203,19 @@
31773203
"pattern": "^AD[0-9a-fA-F]{32}$",
31783204
"type": "string"
31793205
},
3206+
"emergency_address_status": {
3207+
"description": "State of the emergency address configuration for the phone number",
3208+
"enum": [
3209+
"registered",
3210+
"unregistered",
3211+
"pending-registration",
3212+
"registration-failure",
3213+
"pending-unregistration",
3214+
"unregistration-failure"
3215+
],
3216+
"nullable": true,
3217+
"type": "string"
3218+
},
31803219
"emergency_status": {
31813220
"description": "Displays if emergency calling is enabled for this number.",
31823221
"enum": [
@@ -3448,6 +3487,19 @@
34483487
"pattern": "^AD[0-9a-fA-F]{32}$",
34493488
"type": "string"
34503489
},
3490+
"emergency_address_status": {
3491+
"description": "State of the emergency address configuration for the phone number",
3492+
"enum": [
3493+
"registered",
3494+
"unregistered",
3495+
"pending-registration",
3496+
"registration-failure",
3497+
"pending-unregistration",
3498+
"unregistration-failure"
3499+
],
3500+
"nullable": true,
3501+
"type": "string"
3502+
},
34513503
"emergency_status": {
34523504
"description": "Displays if emergency calling is enabled for this number.",
34533505
"enum": [
@@ -8945,7 +8997,7 @@
89458997
},
89468998
"termsOfService": "https://www.twilio.com/legal/tos",
89478999
"title": "Twilio - Api",
8948-
"version": "1.21.0"
9000+
"version": "1.22.0"
89499001
},
89509002
"openapi": "3.0.1",
89519003
"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": "1.21.0"
955+
"version": "1.22.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": "1.21.0"
249+
"version": "1.22.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": "1.21.0"
767+
"version": "1.22.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": "1.21.0"
1064+
"version": "1.22.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
@@ -2036,7 +2036,7 @@
20362036
},
20372037
"termsOfService": "https://www.twilio.com/legal/tos",
20382038
"title": "Twilio - Conversations",
2039-
"version": "1.21.0"
2039+
"version": "1.22.0"
20402040
},
20412041
"openapi": "3.0.1",
20422042
"paths": {

src/services/twilio-api/twilio_events_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
},
310310
"termsOfService": "https://www.twilio.com/legal/tos",
311311
"title": "Twilio - Events",
312-
"version": "1.21.0"
312+
"version": "1.22.0"
313313
},
314314
"openapi": "3.0.1",
315315
"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": "1.21.0"
205+
"version": "1.22.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
@@ -488,7 +488,7 @@
488488
},
489489
"termsOfService": "https://www.twilio.com/legal/tos",
490490
"title": "Twilio - Flex",
491-
"version": "1.21.0"
491+
"version": "1.22.0"
492492
},
493493
"openapi": "3.0.1",
494494
"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": "1.21.0"
68+
"version": "1.22.0"
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": "1.21.0"
763+
"version": "1.22.0"
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": "1.21.0"
659+
"version": "1.22.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": "1.21.0"
914+
"version": "1.22.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": "1.21.0"
66+
"version": "1.22.0"
6767
},
6868
"openapi": "3.0.1",
6969
"paths": {

0 commit comments

Comments
 (0)