Skip to content

Commit

Permalink
oaiFeat: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Oct 19, 2021
1 parent 06e2cb1 commit 3eb6bf3
Show file tree
Hide file tree
Showing 36 changed files with 1,345 additions and 34 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
---------------------------
**Api**
- Corrected enum values for `emergency_address_status` values in `/IncomingPhoneNumbers` response. **(breaking change)**
- Clarify `emergency_address_status` values in `/IncomingPhoneNumbers` response.

**Messaging**
- Add PUT and List brand vettings api
- Removes beta feature flag based visibility for us_app_to_person_registered and usecase field.Updates test cases to add POLITICAL usecase. **(breaking change)**
- Add brand_feedback as optional field to BrandRegistrations

**Video**
- Add `AudioOnly` to create room


## [5.30.0](https://github.com/twilio/twilio-cli-core/compare/5.29.0...5.30.0) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
54 changes: 53 additions & 1 deletion src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -2500,6 +2500,19 @@
"pattern": "^AD[0-9a-fA-F]{32}$",
"type": "string"
},
"emergency_address_status": {
"description": "State of the emergency address configuration for the phone number",
"enum": [
"registered",
"unregistered",
"pending-registration",
"registration-failure",
"pending-unregistration",
"unregistration-failure"
],
"nullable": true,
"type": "string"
},
"emergency_status": {
"description": "Displays if emergency calling is enabled for this number.",
"enum": [
Expand Down Expand Up @@ -2906,6 +2919,19 @@
"pattern": "^AD[0-9a-fA-F]{32}$",
"type": "string"
},
"emergency_address_status": {
"description": "State of the emergency address configuration for the phone number",
"enum": [
"registered",
"unregistered",
"pending-registration",
"registration-failure",
"pending-unregistration",
"unregistration-failure"
],
"nullable": true,
"type": "string"
},
"emergency_status": {
"description": "Displays if emergency calling is enabled for this number.",
"enum": [
Expand Down Expand Up @@ -3177,6 +3203,19 @@
"pattern": "^AD[0-9a-fA-F]{32}$",
"type": "string"
},
"emergency_address_status": {
"description": "State of the emergency address configuration for the phone number",
"enum": [
"registered",
"unregistered",
"pending-registration",
"registration-failure",
"pending-unregistration",
"unregistration-failure"
],
"nullable": true,
"type": "string"
},
"emergency_status": {
"description": "Displays if emergency calling is enabled for this number.",
"enum": [
Expand Down Expand Up @@ -3448,6 +3487,19 @@
"pattern": "^AD[0-9a-fA-F]{32}$",
"type": "string"
},
"emergency_address_status": {
"description": "State of the emergency address configuration for the phone number",
"enum": [
"registered",
"unregistered",
"pending-registration",
"registration-failure",
"pending-unregistration",
"unregistration-failure"
],
"nullable": true,
"type": "string"
},
"emergency_status": {
"description": "Displays if emergency calling is enabled for this number.",
"enum": [
Expand Down Expand Up @@ -8945,7 +8997,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_autopilot_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Conversations",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Events",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_fax_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Fax",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Flex",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_frontline_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Frontline",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Insights",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_ip_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_ip_messaging_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_lookups_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Lookups",
"version": "1.21.0"
"version": "1.22.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 3eb6bf3

Please sign in to comment.