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 Sep 5, 2024
1 parent 3d20ffe commit a57c4ed
Show file tree
Hide file tree
Showing 32 changed files with 1,114 additions and 253 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--------------------------
**Iam**
- updated library_visibility public for new public apikeys

**Numbers**
- Add new field in Error Codes for Regulatory Compliance.
- Change typing of Port In Request date_created field to date_time instead of date **(breaking change)**


### [7.25.2](https://github.com/twilio/twilio-cli-core/compare/7.25.1...7.25.2) (2024-08-26)

--------------------------
Expand Down
135 changes: 71 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,6 @@
"channels": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of channels in the final recording file. Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options."
},
"source": {
Expand Down Expand Up @@ -1884,7 +1883,6 @@
"channels": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of channels in the final recording file. Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options."
},
"source": {
Expand Down Expand Up @@ -3683,7 +3681,6 @@
"position": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "This member's current position in the queue."
},
"uri": {
Expand All @@ -3694,7 +3691,6 @@
"wait_time": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of seconds the member has been in the queue."
},
"queue_sid": {
Expand Down Expand Up @@ -4515,7 +4511,6 @@
"current_size": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of calls currently in the queue."
},
"friendly_name": {
Expand All @@ -4539,7 +4534,6 @@
"average_wait_time": {
"type": "integer",
"default": 0,
"nullable": true,
"description": " The average wait time in seconds of the members in this queue. This is calculated at the time of the request."
},
"sid": {
Expand All @@ -4559,7 +4553,6 @@
"max_size": {
"type": "integer",
"default": 0,
"nullable": true,
"description": " The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000."
}
}
Expand Down Expand Up @@ -4717,7 +4710,6 @@
"channels": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of channels in the final recording file. Can be: `1` or `2`."
},
"source": {
Expand Down Expand Up @@ -5764,7 +5756,6 @@
"cidr_prefix_length": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used."
},
"ip_access_control_list_sid": {
Expand Down
1 change: 0 additions & 1 deletion src/services/twilio-api/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"size": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The size of the day's data file in bytes"
},
"create_date": {
Expand Down
Loading

0 comments on commit a57c4ed

Please sign in to comment.