Skip to content

Commit db7f46d

Browse files
committed
oaiFeat: Updated api definitions
1 parent 72b9240 commit db7f46d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8252
-157
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---------------------------
2+
**Library - Feature**
3+
- [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)!
4+
5+
**Lookups**
6+
- Add `disposable_phone_number_risk` package to the lookup response
7+
- Add `sms_pumping_risk` package to the lookup response
8+
9+
110
### [7.5.3](https://github.com/twilio/twilio-cli-core/compare/7.5.2...7.5.3) (2023-01-26)
211

312
---------------------------

src/services/twilio-api/twilio_accounts_v1.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"name": "Apache 2.0",
187187
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
188188
},
189-
"version": "1.38.3"
189+
"version": "1.39.0"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {
@@ -271,6 +271,23 @@
271271
"minimum": 1,
272272
"maximum": 1000
273273
}
274+
},
275+
{
276+
"name": "Page",
277+
"in": "query",
278+
"description": "The page index. This value is simply for client state.",
279+
"schema": {
280+
"type": "integer",
281+
"minimum": 0
282+
}
283+
},
284+
{
285+
"name": "PageToken",
286+
"in": "query",
287+
"description": "The page token. This is provided by the API.",
288+
"schema": {
289+
"type": "string"
290+
}
274291
}
275292
],
276293
"responses": {
@@ -560,6 +577,23 @@
560577
"minimum": 1,
561578
"maximum": 1000
562579
}
580+
},
581+
{
582+
"name": "Page",
583+
"in": "query",
584+
"description": "The page index. This value is simply for client state.",
585+
"schema": {
586+
"type": "integer",
587+
"minimum": 0
588+
}
589+
},
590+
{
591+
"name": "PageToken",
592+
"in": "query",
593+
"description": "The page token. This is provided by the API.",
594+
"schema": {
595+
"type": "string"
596+
}
563597
}
564598
],
565599
"responses": {

0 commit comments

Comments
 (0)