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 Jul 14, 2022
1 parent e965195 commit d1faee7
Show file tree
Hide file tree
Showing 37 changed files with 179 additions and 63 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
---------------------------
**Library - Test**
- [PR #67](https://github.com/twilio/twilio-oai/pull/67): Adding misc as PR type. Thanks to [@rakatyal](https://github.com/rakatyal)!

**Library - Fix**
- [PR #63](https://github.com/twilio/twilio-oai/pull/63): move the className extension to the operation when necessary. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Conversations**
- Allowed to use `identity` as part of Participant's resource **(breaking change)**

**Lookups**
- Remove `enhanced_line_type` from the lookup response **(breaking change)**

**Supersim**
- Add support for `sim_ip_addresses` resource to helper libraries

**Verify**
- Changed summary param `service_sid` to `verify_service_sid` to be consistent with list attempts API **(breaking change)**
- Make `code` optional on Verification check to support `sna` attempts.


## [6.5.0](https://github.com/twilio/twilio-cli-core/compare/6.4.2...6.5.0) (2022-06-30)

---------------------------
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.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -9212,7 +9212,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.30.0"
"version": "1.31.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 @@ -950,7 +950,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.30.0"
"version": "1.31.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 @@ -245,7 +245,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.30.0"
"version": "1.31.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 @@ -765,7 +765,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.30.0"
"version": "1.31.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.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
20 changes: 1 addition & 19 deletions src/services/twilio-api/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Conversations",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -3747,9 +3747,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
},
Expand Down Expand Up @@ -3800,9 +3797,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
}
Expand Down Expand Up @@ -3847,9 +3841,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
},
Expand Down Expand Up @@ -7212,9 +7203,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
},
Expand Down Expand Up @@ -7277,9 +7265,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
}
Expand Down Expand Up @@ -7336,9 +7321,6 @@
"name": "Sid",
"required": true,
"schema": {
"maxLength": 34,
"minLength": 34,
"pattern": "^MB[0-9a-fA-F]{32}$",
"type": "string"
}
},
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 @@ -312,7 +312,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Events",
"version": "1.30.0"
"version": "1.31.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 @@ -644,7 +644,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Flex",
"version": "1.30.0"
"version": "1.31.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 @@ -70,7 +70,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Frontline",
"version": "1.30.0"
"version": "1.31.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 @@ -1229,7 +1229,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Insights",
"version": "1.30.0"
"version": "1.31.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 @@ -657,7 +657,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Ip_messaging",
"version": "1.30.0"
"version": "1.31.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.30.0"
"version": "1.31.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 @@ -61,7 +61,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Lookups",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
8 changes: 2 additions & 6 deletions src/services/twilio-api/twilio_lookups_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
"nullable": true,
"type": "string"
},
"enhanced_line_type": {
"description": "An object that contains line type information",
"nullable": true
},
"line_type_intelligence": {
"description": "An object that contains line type information",
"nullable": true
Expand Down Expand Up @@ -99,7 +95,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Lookups",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand All @@ -119,7 +115,7 @@
}
},
{
"description": "A comma-separated list of fields to return. Possible values are caller_name, sim_swap, call_forwarding, live_activity, enhanced_line_type or line_type_intelligence.",
"description": "A comma-separated list of fields to return. Possible values are caller_name, sim_swap, call_forwarding, live_activity, line_type_intelligence.",
"in": "query",
"name": "Fields",
"schema": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_media_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Media",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Messaging",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_monitor_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Monitor",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_notify_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Notify",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_numbers_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Numbers",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_pricing_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_pricing_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Pricing",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_proxy_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Proxy",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_serverless_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Serverless",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_studio_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_studio_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Studio",
"version": "1.30.0"
"version": "1.31.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit d1faee7

Please sign in to comment.