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 08b0030 commit e514460
Show file tree
Hide file tree
Showing 89 changed files with 15,747 additions and 24,032 deletions.
63 changes: 63 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
twilio-oai changelog
====================
[2024-02-09] Version 1.54.0
---------------------------
**Library - Chore**
- [PR #103](https://github.com/twilio/twilio-oai/pull/103): initiate cli release commit. Thanks to [@sbansla](https://github.com/sbansla)!

**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 1.53.0
---------------------------
**Oauth**
Expand Down
54 changes: 48 additions & 6 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 @@ -63,7 +69,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 @@ -107,7 +119,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 @@ -143,7 +161,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 @@ -173,7 +197,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 @@ -204,7 +234,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.53.0"
"version": "1.54.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -979,6 +1009,12 @@
"description": "The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).",
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
],
Expand Down Expand Up @@ -1016,6 +1052,12 @@
"description": "The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).",
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
],
Expand Down
Loading

0 comments on commit e514460

Please sign in to comment.