Skip to content

Commit

Permalink
[Librarian] Regenerated @ b8a450aff168b5449d658833256ca2354e3ecbbc
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 6, 2024
1 parent a4258ce commit 429c657
Show file tree
Hide file tree
Showing 17 changed files with 4,708 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
twilio-oai changelog
====================
[2024-06-06] Version 2.0.0-rc.21
--------------------------------
**Api**
- Mark MaxPrice as obsolete

**Lookups**
- Update examples for `phone_number_quality_score`

**Messaging**
- List tollfree verifications on parent account and all sub-accounts


[2024-05-24] Version 2.0.0-rc.20
--------------------------------
**Api**
Expand Down
4 changes: 2 additions & 2 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -26908,7 +26908,7 @@
},
"MaxPrice": {
"type": "number",
"description": "[DEPRECATED] This parameter will no longer have any effect as of 2024-06-03."
"description": "[OBSOLETE] This parameter will no longer have any effect as of 2024-06-03."
},
"ProvideFeedback": {
"type": "boolean",
Expand All @@ -26920,7 +26920,7 @@
},
"ValidityPeriod": {
"type": "integer",
"description": "The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validity_period`, the Message is not sent. Accepted values are integers from `1` to `14400`. Default value is `14400`. A `validity_period` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html)"
"description": "The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validity_period`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validity_period` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html)"
},
"ForceDelivery": {
"type": "boolean",
Expand Down
166 changes: 166 additions & 0 deletions spec/json/twilio_content_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,89 @@
"schema": {
"type": "string"
}
},
{
"name": "SortByDate",
"in": "query",
"description": "Whether to sort by ascending or descending date updated",
"schema": {
"type": "string"
}
},
{
"name": "SortByContentName",
"in": "query",
"description": "Whether to sort by ascending or descending content name",
"schema": {
"type": "string"
}
},
{
"name": "DateCreatedAfter",
"in": "query",
"description": "Filter by >=[date-time]",
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"name": "DateCreatedBefore",
"in": "query",
"description": "Filter by <=[date-time]",
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"name": "ContentName",
"in": "query",
"description": "Filter by Regex Pattern in content name",
"schema": {
"type": "string"
}
},
{
"name": "Content",
"in": "query",
"description": "Filter by Regex Pattern in template content",
"schema": {
"type": "string"
}
},
{
"name": "Language",
"in": "query",
"description": "Filter by array of valid language(s)",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "ContentType",
"in": "query",
"description": "Filter by array of contentType(s)",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "ChannelEligibility",
"in": "query",
"description": "Filter by array of ChannelEligibility(s), where ChannelEligibility=<channel>:<status>",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
Expand Down Expand Up @@ -536,6 +619,89 @@
"schema": {
"type": "string"
}
},
{
"name": "SortByDate",
"in": "query",
"description": "Whether to sort by ascending or descending date updated",
"schema": {
"type": "string"
}
},
{
"name": "SortByContentName",
"in": "query",
"description": "Whether to sort by ascending or descending content name",
"schema": {
"type": "string"
}
},
{
"name": "DateCreatedAfter",
"in": "query",
"description": "Filter by >=[date-time]",
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"name": "DateCreatedBefore",
"in": "query",
"description": "Filter by <=[date-time]",
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"name": "ContentName",
"in": "query",
"description": "Filter by Regex Pattern in content name",
"schema": {
"type": "string"
}
},
{
"name": "Content",
"in": "query",
"description": "Filter by Regex Pattern in template content",
"schema": {
"type": "string"
}
},
{
"name": "Language",
"in": "query",
"description": "Filter by array of valid language(s)",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "ContentType",
"in": "query",
"description": "Filter by array of contentType(s)",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "ChannelEligibility",
"in": "query",
"description": "Filter by array of ChannelEligibility(s), where ChannelEligibility=<channel>:<status>",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
Expand Down
3 changes: 3 additions & 0 deletions spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12945,6 +12945,9 @@
{
"name": "FlexV1FlexFlow"
},
{
"name": "FlexV1FlexUser"
},
{
"name": "FlexV1FlexVideoOrchestration"
},
Expand Down
12 changes: 4 additions & 8 deletions spec/json/twilio_lookups_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,14 +898,10 @@
"reassigned_number": null,
"sms_pumping_risk": null,
"phone_number_quality_score": {
"carrier": {
"mobile_country_code": "452",
"mobile_network_code": "05",
"carrier_risk_score": 17,
"carrier_risk_category": "low",
"line_type": "mobile",
"name": "Twilio Carrier"
},
"carrier_risk_score": 17,
"carrier_risk_category": "low",
"disposable_phone_risk_score": 13,
"disposable_phone_risk_category": "low",
"quality_score": 0,
"quality_category": "low",
"velocity_risk_score": 0,
Expand Down
Loading

0 comments on commit 429c657

Please sign in to comment.