Skip to content

Commit

Permalink
[Librarian] Regenerated @ ace337a1be26cdd69f455a9a0f82789cd255d3a1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 2, 2021
1 parent 2b5365b commit ad05e72
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
twilio-node changelog
=====================

[2021-06-02] Version 3.63.1
---------------------------
**Library - Fix**
- [PR #675](https://github.com/twilio/twilio-node/pull/675): remove @type/express. Thanks to [@JenniferMah](https://github.com/JenniferMah)!

**Events**
- join Sinks and Subscriptions service

**Verify**
- Improved the documentation of `challenge` adding the maximum and minimum expected lengths of some fields.
- Improve documentation regarding `notification` by updating the documentation of the field `ttl`.


[2021-05-19] Version 3.63.0
---------------------------
**Library - Chore**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface NotificationListInstance {
/**
* Options to pass to create
*
* @property ttl - How long, in seconds, the Notification is valid.
* @property ttl - How long, in seconds, the notification is valid.
*/
interface NotificationListInstanceCreateOptions {
ttl?: number;
Expand Down
6 changes: 3 additions & 3 deletions lib/rest/verify/v2/service/entity/challenge/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ NotificationList = function NotificationList(version, serviceSid, identity,
* @memberof Twilio.Verify.V2.ServiceContext.EntityContext.ChallengeContext.NotificationList#
*
* @param {object} [opts] - Options for request
* @param {number} [opts.ttl] - How long, in seconds, the Notification is valid.
* @param {number} [opts.ttl] - How long, in seconds, the notification is valid.
* @param {function} [callback] - Callback to handle processed record
*
* @returns {Promise} Resolves to processed NotificationInstance
Expand Down Expand Up @@ -213,8 +213,8 @@ NotificationPage.prototype[util.inspect.custom] = function inspect(depth,
* @property {string} entitySid - Entity Sid.
* @property {string} identity - Unique external identifier of the Entity
* @property {string} challengeSid - Challenge Sid.
* @property {string} priority - The priority of the Notification.
* @property {number} ttl - How long, in seconds, the Notification is valid.
* @property {string} priority - The priority of the notification.
* @property {number} ttl - How long, in seconds, the notification is valid.
* @property {Date} dateCreated - The date this Notification was created
*
* @param {V2} version - Version of the resource
Expand Down

0 comments on commit ad05e72

Please sign in to comment.