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 Feb 9, 2023
1 parent 72b9240 commit db7f46d
Show file tree
Hide file tree
Showing 43 changed files with 8,252 additions and 157 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---------------------------
**Library - Feature**
- [PR #88](https://github.com/twilio/twilio-oai/pull/88): add Page and PageToken parameters to read operations. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Lookups**
- Add `disposable_phone_number_risk` package to the lookup response
- Add `sms_pumping_risk` package to the lookup response


### [7.5.3](https://github.com/twilio/twilio-cli-core/compare/7.5.2...7.5.3) (2023-01-26)

---------------------------
Expand Down
36 changes: 35 additions & 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 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.3"
"version": "1.39.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -271,6 +271,23 @@
"minimum": 1,
"maximum": 1000
}
},
{
"name": "Page",
"in": "query",
"description": "The page index. This value is simply for client state.",
"schema": {
"type": "integer",
"minimum": 0
}
},
{
"name": "PageToken",
"in": "query",
"description": "The page token. This is provided by the API.",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -560,6 +577,23 @@
"minimum": 1,
"maximum": 1000
}
},
{
"name": "Page",
"in": "query",
"description": "The page index. This value is simply for client state.",
"schema": {
"type": "integer",
"minimum": 0
}
},
{
"name": "PageToken",
"in": "query",
"description": "The page token. This is provided by the API.",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down
Loading

0 comments on commit db7f46d

Please sign in to comment.