Skip to content

Commit

Permalink
[Librarian] Regenerated @ 7e2caf2ef38bb07afedbc8ba24e3a235c57337ad
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 1, 2024
1 parent ecb5c1d commit 98f43ca
Show file tree
Hide file tree
Showing 87 changed files with 2,238 additions and 2,851 deletions.
37 changes: 37 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
twilio-oai changelog
====================
[2024-04-01] Version 1.55.3
---------------------------
**Api**
- Add property `queue_time` to conference participant resource
- Update RiskCheck documentation
- Correct call filtering by start and end time documentation, clarifying that times are UTC.

**Flex**
- Adding optional parameter to `plugins`

**Media**
- Remove API: MediaProcessor

**Messaging**
- Remove Sending-Window due to test failure
- Add Sending-Window as a response property to Messaging Services, gated by a beta feature flag

**Numbers**
- Correct valid_until_date field to be visible in Bundles resource
- Adding port_in_status field to the Port In resource and phone_number_status and sid fields to the Port In Phone Number resource

**Oauth**
- Modified token endpoint response
- Added refresh_token and scope as optional parameter to token endpoint

**Trusthub**
- Add update inquiry endpoint in compliance_registration.
- Add new field in themeSetId in compliance_registration.

**Voice**
- Correct call filtering by start and end time documentation, clarifying that times are UTC.

**Twiml**
- Add support for new Google voices (Q1 2024) for `Say` verb - gu-IN voices
- Add support for new Amazon Polly and Google voices (Q1 2024) for `Say` verb - Niamh (en-IE) and Sofie (da-DK) voices


[2024-03-14] Version 1.55.2
---------------------------
**Oauth**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
44 changes: 29 additions & 15 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,13 +1138,13 @@
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
"description": "The date and time in UTC that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"date_updated": {
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
"description": "The date and time in UTC that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"parent_call_sid": {
"type": "string",
Expand Down Expand Up @@ -1224,13 +1224,13 @@
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The start time of the call, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call has not yet been dialed."
"description": "The start time of the call, given as UTC in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call has not yet been dialed."
},
"end_time": {
"type": "string",
"format": "date-time-rfc-2822",
"nullable": true,
"description": "The time the call ended, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call did not complete successfully."
"description": "The time the call ended, given as UTC in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call did not complete successfully."
},
"duration": {
"type": "string",
Expand Down Expand Up @@ -4523,6 +4523,11 @@
"nullable": true,
"description": "The status of the participant's call in a session. Can be: `queued`, `connecting`, `ringing`, `connected`, `complete`, or `failed`."
},
"queue_time": {
"type": "string",
"nullable": true,
"description": "The wait time in milliseconds before participant's call is placed. Only available in the response to a create participant request."
},
"uri": {
"type": "string",
"nullable": true,
Expand Down Expand Up @@ -9766,7 +9771,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -14285,12 +14290,18 @@
"To": {
"type": "string",
"format": "endpoint",
"description": "The phone number, SIP address, or client identifier to call."
"description": "The phone number, SIP address, or client identifier to call.",
"x-twilio": {
"apiAllowNull": true
}
},
"From": {
"type": "string",
"format": "endpoint",
"description": "The phone number or client identifier to use as the caller id. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `From` must also be a phone number."
"description": "The phone number or client identifier to use as the caller id. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `From` must also be a phone number.",
"x-twilio": {
"apiAllowNull": true
}
},
"Method": {
"type": "string",
Expand Down Expand Up @@ -14576,7 +14587,7 @@
{
"name": "StartTime",
"in": "query",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand All @@ -14585,7 +14596,7 @@
{
"name": "StartTime<",
"in": "query",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand All @@ -14594,7 +14605,7 @@
{
"name": "StartTime>",
"in": "query",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"description": "Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read calls that started on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read calls that started on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand All @@ -14603,7 +14614,7 @@
{
"name": "EndTime",
"in": "query",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand All @@ -14612,7 +14623,7 @@
{
"name": "EndTime<",
"in": "query",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand All @@ -14621,7 +14632,7 @@
{
"name": "EndTime>",
"in": "query",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"description": "Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in UTC, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime<=YYYY-MM-DD`, to read calls that ended on or before midnight of this date, and `EndTime>=YYYY-MM-DD` to read calls that ended on or after midnight of this date.",
"schema": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -21049,7 +21060,10 @@
"To": {
"type": "string",
"format": "phone-number",
"description": "The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`."
"description": "The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`.",
"x-twilio": {
"apiAllowNull": true
}
},
"StatusCallback": {
"type": "string",
Expand Down Expand Up @@ -21129,7 +21143,7 @@
"RiskCheck": {
"type": "string",
"$ref": "#/components/schemas/message_enum_risk_check",
"description": "For SMS pumping protection feature only: Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request."
"description": "Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request."
},
"From": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_content_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
6 changes: 3 additions & 3 deletions spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -7030,15 +7030,15 @@
{
"name": "StartDate",
"in": "query",
"description": "Start date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the start time of the date is used (YYYY-MM-DDT00:00:00Z). Can be combined with other filters.",
"description": "Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order.",
"schema": {
"type": "string"
}
},
{
"name": "EndDate",
"in": "query",
"description": "End date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the end time of the date is used (YYYY-MM-DDT23:59:59Z). Can be combined with other filters.",
"description": "Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results. The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order.",
"schema": {
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
10 changes: 9 additions & 1 deletion spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -6222,6 +6222,14 @@
"Description": {
"type": "string",
"description": "A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long"
},
"CliVersion": {
"type": "string",
"description": "The version of Flex Plugins CLI used to create this plugin"
},
"ValidateStatus": {
"type": "string",
"description": "The validation status of the plugin, indicating whether it has been validated"
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_flex_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_frontline_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
23 changes: 22 additions & 1 deletion spec/json/twilio_intelligence_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -861,6 +861,13 @@
}
}
},
"headers": {
"ETag": {
"schema": {
"type": "string"
}
}
},
"description": "Created"
}
},
Expand Down Expand Up @@ -1098,6 +1105,13 @@
}
}
},
"headers": {
"ETag": {
"schema": {
"type": "string"
}
}
},
"description": "OK"
}
},
Expand Down Expand Up @@ -1144,6 +1158,13 @@
}
}
},
"headers": {
"ETag": {
"schema": {
"type": "string"
}
}
},
"description": "OK"
}
},
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_ip_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.2"
"version": "1.55.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 98f43ca

Please sign in to comment.