From 9fe3a61bed098839dc6d33ea5971115bc43ccad7 Mon Sep 17 00:00:00 2001 From: Koushik-Ayila Date: Thu, 10 Jun 2021 11:20:11 +0530 Subject: [PATCH 1/2] added stirVerification as part of get CDR / live call APIs response --- lib/resources/call.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/resources/call.js b/lib/resources/call.js index 625c375..d4f4c01 100644 --- a/lib/resources/call.js +++ b/lib/resources/call.js @@ -75,6 +75,7 @@ export class GetLiveCallResponse { this.requestUuid = params.requestUuid; this.sessionStart = params.sessionStart; this.to = params.to; + this.stirVerification = params.stirVerification; } } export class RetrieveCallResponse { @@ -100,6 +101,7 @@ export class RetrieveCallResponse { this.toNumber = params.toNumber; this.totalAmount = params.totalAmount; this.totalRate = params.totalRate; + this.stirVerification = params.stirVerification; } } @@ -125,6 +127,7 @@ export class ListAllCallsResponse { this.toNumber = params.toNumber; this.totalAmount = params.totalAmount; this.totalRate = params.totalRate; + this.stirVerification = params.stirVerification; } } From 0b09ffd7143677cd3b029439eefb2b55f53c081f Mon Sep 17 00:00:00 2001 From: Koushik-Ayila Date: Tue, 15 Jun 2021 17:49:03 +0530 Subject: [PATCH 2/2] Added SDK version bump up --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad0dc0..ec229df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [4.18.0](https://github.com/plivo/plivo-node/releases/tag/v4.18.0)(2021-06-15) +- Added stir verification param as part of Get CDR and live call APIs + ## [4.17.1](https://github.com/plivo/plivo-node/releases/tag/v4.17.1)(2021-05-06) - Added Fix for Adaptive Powerpack Create & Update functions diff --git a/package.json b/package.json index 88272d2..a6ffb81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.17.1", + "version": "4.18.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": [