Skip to content

Commit a57c4ed

Browse files
committed
oaiFeat: Updated api definitions
1 parent 3d20ffe commit a57c4ed

32 files changed

+1114
-253
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
--------------------------
2+
**Iam**
3+
- updated library_visibility public for new public apikeys
4+
5+
**Numbers**
6+
- Add new field in Error Codes for Regulatory Compliance.
7+
- Change typing of Port In Request date_created field to date_time instead of date **(breaking change)**
8+
9+
110
### [7.25.2](https://github.com/twilio/twilio-cli-core/compare/7.25.1...7.25.2) (2024-08-26)
211

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

package-lock.json

+71-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/services/twilio-api/twilio_api_v2010.json

-9
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,6 @@
16541654
"channels": {
16551655
"type": "integer",
16561656
"default": 0,
1657-
"nullable": true,
16581657
"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."
16591658
},
16601659
"source": {
@@ -1884,7 +1883,6 @@
18841883
"channels": {
18851884
"type": "integer",
18861885
"default": 0,
1887-
"nullable": true,
18881886
"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."
18891887
},
18901888
"source": {
@@ -3683,7 +3681,6 @@
36833681
"position": {
36843682
"type": "integer",
36853683
"default": 0,
3686-
"nullable": true,
36873684
"description": "This member's current position in the queue."
36883685
},
36893686
"uri": {
@@ -3694,7 +3691,6 @@
36943691
"wait_time": {
36953692
"type": "integer",
36963693
"default": 0,
3697-
"nullable": true,
36983694
"description": "The number of seconds the member has been in the queue."
36993695
},
37003696
"queue_sid": {
@@ -4515,7 +4511,6 @@
45154511
"current_size": {
45164512
"type": "integer",
45174513
"default": 0,
4518-
"nullable": true,
45194514
"description": "The number of calls currently in the queue."
45204515
},
45214516
"friendly_name": {
@@ -4539,7 +4534,6 @@
45394534
"average_wait_time": {
45404535
"type": "integer",
45414536
"default": 0,
4542-
"nullable": true,
45434537
"description": " The average wait time in seconds of the members in this queue. This is calculated at the time of the request."
45444538
},
45454539
"sid": {
@@ -4559,7 +4553,6 @@
45594553
"max_size": {
45604554
"type": "integer",
45614555
"default": 0,
4562-
"nullable": true,
45634556
"description": " The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000."
45644557
}
45654558
}
@@ -4717,7 +4710,6 @@
47174710
"channels": {
47184711
"type": "integer",
47194712
"default": 0,
4720-
"nullable": true,
47214713
"description": "The number of channels in the final recording file. Can be: `1` or `2`."
47224714
},
47234715
"source": {
@@ -5764,7 +5756,6 @@
57645756
"cidr_prefix_length": {
57655757
"type": "integer",
57665758
"default": 0,
5767-
"nullable": true,
57685759
"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."
57695760
},
57705761
"ip_access_control_list_sid": {

src/services/twilio-api/twilio_bulkexports_v1.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"size": {
1919
"type": "integer",
2020
"default": 0,
21-
"nullable": true,
2221
"description": "The size of the day's data file in bytes"
2322
},
2423
"create_date": {

0 commit comments

Comments
 (0)