Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: PR(21) review #119

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions spec/json/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 Expand Up @@ -11878,26 +11869,26 @@
}
],
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?PageSize=1&Page=0",
"next_page_uri": null,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?FriendlyName=friendly_name&PageSize=1&Page=0",
"next_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?FriendlyName=friendly_name&PageSize=1&Page=1&PageToken=PAAPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"previous_page_uri": null,
"page_size": 1,
"page": 0,
"start": 0,
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?PageSize=1&Page=0"
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?FriendlyName=friendly_name&PageSize=1&Page=0"
}
},
"readEmpty": {
"value": {
"applications": [],
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?PageSize=1&Page=0",
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?FriendlyName=friendly_name&PageSize=1&Page=0",
"previous_page_uri": null,
"page_size": 1,
"start": 0,
"next_page_uri": null,
"page": 0,
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?PageSize=1&Page=0"
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Applications.json?FriendlyName=friendly_name&PageSize=1&Page=0"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion spec/json/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
6 changes: 0 additions & 6 deletions spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,11 @@
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages in the Channel."
},
"url": {
Expand Down Expand Up @@ -458,7 +456,6 @@
"index": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The index of the message within the [Channel](https://www.twilio.com/docs/chat/api/channels)."
},
"url": {
Expand Down Expand Up @@ -634,13 +631,11 @@
"typing_indicator_timeout": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received. The default is 5 seconds."
},
"consumption_report_interval": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints."
},
"limits": {
Expand Down Expand Up @@ -785,7 +780,6 @@
"joined_channels_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Channels this User is a Member of."
},
"links": {
Expand Down
8 changes: 0 additions & 8 deletions spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,11 @@
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages that have been passed in the Channel."
},
"url": {
Expand Down Expand Up @@ -678,7 +676,6 @@
"index": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The index of the message within the [Channel](https://www.twilio.com/docs/chat/channels). Indices may skip numbers, but will always be in order of when the message was received."
},
"type": {
Expand Down Expand Up @@ -876,13 +873,11 @@
"typing_indicator_timeout": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received. The default is 5 seconds."
},
"consumption_report_interval": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints."
},
"limits": {
Expand Down Expand Up @@ -915,13 +910,11 @@
"pre_webhook_retry_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried."
},
"post_webhook_retry_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried."
},
"notifications": {
Expand Down Expand Up @@ -1039,7 +1032,6 @@
"joined_channels_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Channels the User is a Member of."
},
"links": {
Expand Down
2 changes: 0 additions & 2 deletions spec/json/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,11 @@
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages that have been passed in the Channel."
},
"messaging_service_sid": {
Expand Down
Loading
Loading