From 40d8a8c863abe91c54e2f12bf2ce5baaa0c7d2b1 Mon Sep 17 00:00:00 2001 From: ajay-plivo Date: Thu, 3 Mar 2022 18:14:30 +0530 Subject: [PATCH 1/2] confirmTimeout parameter added --- CHANGELOG.md | 4 ++++ lib/utils/plivoxml.js | 1 + package.json | 2 +- types/utils/plivoxml.d.ts | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136063b7..6eb902ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v4.28.1](https://github.com/plivo/plivo-node/tree/v4.28.1) (2022-03-03) +**Features - DialElement** +- confirmTimeout parameter added in dial element + ## [v4.28.0](https://github.com/plivo/plivo-node/tree/v4.28.0) (2022-02-23) **Features - Numbers: Hosted Messaging API** - Add support for Hosted Messaging APIs. diff --git a/lib/utils/plivoxml.js b/lib/utils/plivoxml.js index d1009e76..8da06fda 100644 --- a/lib/utils/plivoxml.js +++ b/lib/utils/plivoxml.js @@ -130,6 +130,7 @@ Response.prototype = { * @param {string} [attributes.callerID] * @param {string} [attributes.callerName] * @param {string} [attributes.confirmSound] + * @param {string} [attributes.confirmTimeout] * @param {string} [attributes.confirmKey] * @param {string} [attributes.dialMusic] * @param {string} [attributes.callbackUrl] diff --git a/package.json b/package.json index 965b8150..afc80305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.28.0", + "version": "4.28.1", "description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", "homepage": "https://github.com/plivo/plivo-node", "files": [ diff --git a/types/utils/plivoxml.d.ts b/types/utils/plivoxml.d.ts index 3b304ce6..8f54e463 100644 --- a/types/utils/plivoxml.d.ts +++ b/types/utils/plivoxml.d.ts @@ -49,6 +49,7 @@ export class Response { callerID?: string; callerName?: string; confirmSound?: string; + confirmTimeout?: string; confirmKey?: string; dialMusic?: string; callbackUrl?: string; From 91697e96c382484609751a62832d1ee525977795 Mon Sep 17 00:00:00 2001 From: Manjunatha Shanbhog Date: Fri, 25 Mar 2022 08:24:59 +0530 Subject: [PATCH 2/2] version change --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb902ba..52263cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## [v4.28.1](https://github.com/plivo/plivo-node/tree/v4.28.1) (2022-03-03) +## [v4.29.0](https://github.com/plivo/plivo-node/tree/v4.29.0) (2022-03-25) **Features - DialElement** -- confirmTimeout parameter added in dial element +- `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) **Features - Numbers: Hosted Messaging API** diff --git a/package.json b/package.json index afc80305..2558f65b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.28.1", + "version": "4.29.0", "description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", "homepage": "https://github.com/plivo/plivo-node", "files": [