Skip to content

Commit

Permalink
[Librarian] Regenerated @ c3db20dd5f24647ef2bd3fb8b955496c59bb22bd
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Feb 9, 2024
1 parent 8548ecd commit 03627cd
Show file tree
Hide file tree
Showing 95 changed files with 23,283 additions and 31,536 deletions.
60 changes: 60 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
twilio-oai changelog
====================
[2024-02-09] Version 2.0.0-rc.15
--------------------------------
**Api**
- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)**
- Update documentation to reflect RiskCheck GA
- Added optional parameter `CallToken` for create participant api

**Events**
- Marked as GA

**Flex**
- Adding `flex_instance_sid` to Flex Configuration
- Adding `provisioning_status` for Email Manager
- Adding `offline_config` to Flex Configuration

**Insights**
- add flag to restrict access to unapid customers
- decommission voice-qualitystats-endpoint role

**Intelligence**
- Add text-generation operator (for example conversation summary) results to existing OperatorResults collection.

**Lookups**
- Remove `carrier` field from `sms_pumping_risk` and leave `carrier_risk_category` **(breaking change)**
- Remove carrier information from call forwarding package **(breaking change)**

**Messaging**
- Add update instance endpoints to us_app_to_person api
- Add tollfree edit_allowed and edit_reason fields
- Update Phone Number, Short Code, Alpha Sender, US A2P and Channel Sender documentation
- Add DELETE support to Tollfree Verification resource

**Numbers**
- Add Get Port In request api

**Push**
- Migrated to new Push API V4 with Resilient Notification Delivery.

**Serverless**
- Add node18 as a valid Build runtime

**Taskrouter**
- Add `jitter_buffer_size` param in update reservation
- Add container attribute to task_queue_bulk_real_time_statistics endpoint
- Remove beta_feature check on task_queue_bulk_real_time_statistics endpoint

**Trusthub**
- Add optional field NotificationEmail to the POST /v1/ComplianceInquiries/Customers/Initialize API
- Add additional optional fields in compliance_tollfree_inquiry.json
- Rename did to tollfree_phone_number in compliance_tollfree_inquiry.json
- Add new optional field notification_email to compliance_tollfree_inquiry.json

**Verify**
- `Tags` property added again to Public Docs **(breaking change)**
- Remove `Tags` from Public Docs **(breaking change)**
- Add `VerifyEventSubscriptionEnabled` parameter to service create and update endpoints.
- Add `Tags` optional parameter on Verification creation.
- Update Verify TOTP maturity to GA.


[2024-01-25] Version 2.0.0-rc.14
--------------------------------
**Oauth**
Expand Down
57 changes: 52 additions & 5 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
"auth_token": {
"type": "string",
"nullable": true,
"description": "The promoted Auth Token that must be used to authenticate future API requests."
"description": "The promoted Auth Token that must be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -69,7 +75,13 @@
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource."
"description": "The string that you assigned to describe the resource.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -113,7 +125,13 @@
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource."
"description": "The string that you assigned to describe the resource.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -149,7 +167,13 @@
"phone_number": {
"type": "string",
"nullable": true,
"description": "The phone number in SafeList."
"description": "The phone number in SafeList.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
}
},
Expand Down Expand Up @@ -179,7 +203,13 @@
"secondary_auth_token": {
"type": "string",
"nullable": true,
"description": "The generated secondary Auth Token that can be used to authenticate future API requests."
"description": "The generated secondary Auth Token that can be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
},
"url": {
"type": "string",
Expand Down Expand Up @@ -1154,6 +1184,12 @@
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
},
"examples": {
"fetch": {
"value": "+18001234567"
Expand Down Expand Up @@ -1201,6 +1237,12 @@
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
},
"examples": {
"delete": {
"value": "+18001234567"
Expand Down Expand Up @@ -1312,5 +1354,10 @@
{
"name": "AccountsV1SecondaryAuthToken"
}
],
"security": [
{
"accountSid_authToken": []
}
]
}
Loading

0 comments on commit 03627cd

Please sign in to comment.