Skip to content

Commit

Permalink
[Librarian] Regenerated @ ea687051c299d913d47e5ccde2b85955dc738246
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Mar 15, 2021
1 parent 11c8679 commit df54cd6
Show file tree
Hide file tree
Showing 31 changed files with 427 additions and 280 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
twilio-node changelog
=====================

[2021-03-15] Version 3.58.0
---------------------------
**Library - Fix**
- [PR #665](https://github.com/twilio/twilio-node/pull/665): fix validateExpressRequest issue. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!

**Library - Chore**
- [PR #661](https://github.com/twilio/twilio-node/pull/661): upgrade url-parse. Thanks to [@thinkingserious](https://github.com/thinkingserious)!

**Events**
- Set maturity to beta

**Messaging**
- Adjust A2P brand registration status enum **(breaking change)**

**Studio**
- Remove internal safeguards for Studio V2 API usage now that it's GA

**Verify**
- Add support for creating and verifying totp factors. Support for totp factors is behind the `api.verify.totp` beta feature.

**Twiml**
- Add support for `<VirtualAgent>` noun


[2021-02-24] Version 3.57.0
---------------------------
**Events**
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/eventType.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import { SerializableClass } from '../../../interfaces';
/**
* Initialize the EventTypeList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
*/
Expand Down Expand Up @@ -212,9 +211,8 @@ declare class EventTypeContext {
/**
* Initialize the EventTypeContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param type - A string that uniquely identifies this Event Type.
Expand All @@ -238,9 +236,8 @@ declare class EventTypeInstance extends SerializableClass {
/**
* Initialize the EventTypeContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param payload - The instance payload
Expand Down Expand Up @@ -273,9 +270,8 @@ declare class EventTypePage extends Page<V1, EventTypePayload, EventTypeResource
/**
* Initialize the EventTypePage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param response - Response from the API
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/eventType.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ var EventTypeContext;
/**
* Initialize the EventTypeList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.EventTypeList
*
Expand Down Expand Up @@ -338,9 +337,8 @@ EventTypeList = function EventTypeList(version) {
/**
* Initialize the EventTypePage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.EventTypePage
*
Expand Down Expand Up @@ -407,9 +405,8 @@ EventTypePage.prototype[util.inspect.custom] = function inspect(depth, options)
/**
* Initialize the EventTypeContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.EventTypeInstance
*
Expand Down Expand Up @@ -500,9 +497,8 @@ EventTypeInstance.prototype[util.inspect.custom] = function inspect(depth,
/**
* Initialize the EventTypeContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.EventTypeContext
*
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import { VersionListInstance } from './schema/schemaVersion';
/**
* Initialize the SchemaList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
*/
Expand Down Expand Up @@ -59,9 +58,8 @@ declare class SchemaContext {
/**
* Initialize the SchemaContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param id - The unique identifier of the schema.
Expand All @@ -86,9 +84,8 @@ declare class SchemaInstance extends SerializableClass {
/**
* Initialize the SchemaContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param payload - The instance payload
Expand Down Expand Up @@ -123,9 +120,8 @@ declare class SchemaPage extends Page<V1, SchemaPayload, SchemaResource, SchemaI
/**
* Initialize the SchemaPage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param response - Response from the API
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ var SchemaContext;
/**
* Initialize the SchemaList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaList
*
Expand Down Expand Up @@ -96,9 +95,8 @@ SchemaList = function SchemaList(version) {
/**
* Initialize the SchemaPage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaPage
*
Expand Down Expand Up @@ -164,9 +162,8 @@ SchemaPage.prototype[util.inspect.custom] = function inspect(depth, options) {
/**
* Initialize the SchemaContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaInstance
*
Expand Down Expand Up @@ -268,9 +265,8 @@ SchemaInstance.prototype[util.inspect.custom] = function inspect(depth, options)
/**
* Initialize the SchemaContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaContext
*
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/schema/schemaVersion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import { SerializableClass } from '../../../../interfaces';
/**
* Initialize the VersionList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param id - The unique identifier of the schema.
Expand Down Expand Up @@ -212,9 +211,8 @@ declare class VersionContext {
/**
* Initialize the VersionContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param id - The unique identifier of the schema.
Expand All @@ -239,9 +237,8 @@ declare class VersionInstance extends SerializableClass {
/**
* Initialize the VersionContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param payload - The instance payload
Expand Down Expand Up @@ -273,9 +270,8 @@ declare class VersionPage extends Page<V1, VersionPayload, VersionResource, Vers
/**
* Initialize the VersionPage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param response - Response from the API
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/schema/schemaVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ var VersionContext;
/**
* Initialize the VersionList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaContext.VersionList
*
Expand Down Expand Up @@ -339,9 +338,8 @@ VersionList = function VersionList(version, id) {
/**
* Initialize the VersionPage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaContext.VersionPage
*
Expand Down Expand Up @@ -407,9 +405,8 @@ VersionPage.prototype[util.inspect.custom] = function inspect(depth, options) {
/**
* Initialize the VersionContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaContext.VersionInstance
*
Expand Down Expand Up @@ -498,9 +495,8 @@ VersionInstance.prototype[util.inspect.custom] = function inspect(depth,
/**
* Initialize the VersionContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @constructor Twilio.Events.V1.SchemaContext.VersionContext
*
Expand Down
20 changes: 8 additions & 12 deletions lib/rest/events/v1/sink.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ type SinkStatus = 'initialized'|'validating'|'active'|'failed';
/**
* Initialize the SinkList
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
*/
Expand Down Expand Up @@ -242,9 +241,8 @@ declare class SinkContext {
/**
* Initialize the SinkContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param sid - A string that uniquely identifies this Sink.
Expand Down Expand Up @@ -276,9 +274,8 @@ declare class SinkInstance extends SerializableClass {
/**
* Initialize the SinkContext
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param payload - The instance payload
Expand Down Expand Up @@ -327,9 +324,8 @@ declare class SinkPage extends Page<V1, SinkPayload, SinkResource, SinkInstance>
/**
* Initialize the SinkPage
*
* PLEASE NOTE that this class contains preview products that are subject to
* change. Use them with caution. If you currently do not have developer preview
* access, please contact [email protected].
* PLEASE NOTE that this class contains beta products that are subject to change.
* Use them with caution.
*
* @param version - Version of the resource
* @param response - Response from the API
Expand Down
Loading

0 comments on commit df54cd6

Please sign in to comment.