Comparing version 4.28.0 to 4.29.0
# Change Log | ||
## [v4.29.0](https://github.com/plivo/plivo-node/tree/v4.29.0) (2022-03-25) | ||
**Features - DialElement** | ||
- `confirmTimeout` parameter added to [The Dial element](https://www.plivo.com/docs/voice/xml/dial/) | ||
## [v4.28.0](https://github.com/plivo/plivo-node/tree/v4.28.0) (2022-02-23) | ||
@@ -4,0 +8,0 @@ **Features - Numbers: Hosted Messaging API** |
@@ -52,2 +52,3 @@ /** | ||
confirmSound?: string; | ||
confirmTimeout?: string; | ||
confirmKey?: string; | ||
@@ -54,0 +55,0 @@ dialMusic?: string; |
@@ -164,2 +164,3 @@ 'use strict'; | ||
* @param {string} [attributes.confirmSound] | ||
* @param {string} [attributes.confirmTimeout] | ||
* @param {string} [attributes.confirmKey] | ||
@@ -166,0 +167,0 @@ * @param {string} [attributes.dialMusic] |
{ | ||
"name": "plivo", | ||
"version": "4.28.0", | ||
"version": "4.29.0", | ||
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/plivo/plivo-node", |
705420
15746