From 13c2ec91983ef511e8e662f715592696f1ad2d6e Mon Sep 17 00:00:00 2001 From: narayana Date: Tue, 17 Jan 2023 23:04:32 +0530 Subject: [PATCH 1/3] messaging api filter update --- lib/resources/messages.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/resources/messages.js b/lib/resources/messages.js index 4e353bff..b045b80e 100644 --- a/lib/resources/messages.js +++ b/lib/resources/messages.js @@ -45,6 +45,9 @@ export class MessageGetResponse { this.totalRate = params.totalRate; this.units = params.units; this.powerpackID = params.powerpackId + this.tendlcCampaignId = params.tendlcCampaignId; + this.tendlcRegistrationStatus = params.tendlcRegistrationStatus; + this.destinationCountryIso2 = params.destinationCountryIso2; } } @@ -64,6 +67,9 @@ export class MessageListResponse { this.totalRate = params.totalRate; this.units = params.units; this.powerpackID = params.powerpackId; + this.tendlcCampaignId = params.tendlcCampaignId; + this.tendlcRegistrationStatus = params.tendlcRegistrationStatus; + this.destinationCountryIso2 = params.destinationCountryIso2; } } From 06598a4734f9146d52ada2ac355eefc72bc548e1 Mon Sep 17 00:00:00 2001 From: narayana Date: Wed, 22 Feb 2023 19:21:39 +0530 Subject: [PATCH 2/3] version upgrade --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09abdfdc..98a33461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## [4.40.0](https://github.com/plivo/plivo-go/tree/v4.40.0) (2023-02-23) +**Feature - Enhance MDR filtering capabilities ** +- Added new fields on MDR object response ## [4.39.0](https://github.com/plivo/plivo-node/tree/v4.39.0) (2022-01-25) **Feature - Added New Param(requesterIP) in Get Message and List Mssage APIs** diff --git a/package.json b/package.json index 384ba559..b5271071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.39.0", + "version": "4.40.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": [ From 334249d1555bb3b99809a8df22d503eabd3ec228 Mon Sep 17 00:00:00 2001 From: Narayana Shanbhog Date: Wed, 22 Feb 2023 20:59:44 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a33461..6e87b6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## [4.40.0](https://github.com/plivo/plivo-go/tree/v4.40.0) (2023-02-23) +## [4.40.0](https://github.com/plivo/plivo-node/tree/v4.40.0) (2023-02-23) **Feature - Enhance MDR filtering capabilities ** - Added new fields on MDR object response