Skip to content

Commit 065c83d

Browse files
committed
oaiFeat: Updated api definitions
1 parent bcc1409 commit 065c83d

Some content is hidden

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

45 files changed

+420
-169
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
---------------------------
2+
**Api**
3+
- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)**
4+
5+
**Events**
6+
- Marked as GA
7+
8+
**Insights**
9+
- decommission voice-qualitystats-endpoint role
10+
11+
**Numbers**
12+
- Add Get Port In request api
13+
14+
**Taskrouter**
15+
- Add `jitter_buffer_size` param in update reservation
16+
17+
**Trusthub**
18+
- Add additional optional fields in compliance_tollfree_inquiry.json
19+
20+
**Verify**
21+
- Remove `Tags` from Public Docs **(breaking change)**
22+
23+
124
### [7.18.3](https://github.com/twilio/twilio-cli-core/compare/7.18.2...7.18.3) (2023-12-01)
225

326
---------------------------

package-lock.json

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/services/twilio-api/twilio_accounts_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"name": "Apache 2.0",
235235
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
236236
},
237-
"version": "1.51.3"
237+
"version": "1.52.0"
238238
},
239239
"openapi": "3.0.1",
240240
"paths": {

src/services/twilio-api/twilio_api_v2010.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -428,18 +428,6 @@
428428
"nullable": true,
429429
"description": "The SID that we assigned to the Connect App."
430430
},
431-
"date_created": {
432-
"type": "string",
433-
"format": "date-time-rfc-2822",
434-
"nullable": true,
435-
"description": "The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
436-
},
437-
"date_updated": {
438-
"type": "string",
439-
"format": "date-time-rfc-2822",
440-
"nullable": true,
441-
"description": "The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
442-
},
443431
"permissions": {
444432
"type": "array",
445433
"items": {
@@ -9934,7 +9922,7 @@
99349922
"name": "Apache 2.0",
99359923
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
99369924
},
9937-
"version": "1.51.3"
9925+
"version": "1.52.0"
99389926
},
99399927
"openapi": "3.0.1",
99409928
"paths": {

0 commit comments

Comments
 (0)