From 0749283183b613ba1e35b2711ddd53db86d83be4 Mon Sep 17 00:00:00 2001 From: narayana Date: Wed, 15 Sep 2021 23:26:21 +0530 Subject: [PATCH 1/2] issue 210 fix --- CHANGELOG.md | 3 +++ package.json | 2 +- types/rest/client.d.ts | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3d188..10c6ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v4.22.2](https://github.com/plivo/plivo-node/tree/v4.22.12 (2021-09-15) +- Typescript import fix. + ## [v4.22.1](https://github.com/plivo/plivo-node/tree/v4.22.1) (2021-09-08) - Fix on voice `GET` request and exception handle. diff --git a/package.json b/package.json index c443cf1..3809d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.22.1", + "version": "4.22.2", "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/rest/client.d.ts b/types/rest/client.d.ts index 641839b..86eaded 100644 --- a/types/rest/client.d.ts +++ b/types/rest/client.d.ts @@ -53,4 +53,9 @@ import { PricingInterface } from "../resources/pricings.js"; import { RecordingInterface } from "../resources/recordings.js"; import { CallFeedbackInterface } from "../resources/callFeedback.js"; import { MediaInterface } from "../resources/media.js"; -import { Phlo } from "../resources/phlo.js"; \ No newline at end of file +import { Phlo } from "../resources/phlo.js"; +import { EndUserInterface } from "../resources/endUsers"; +import { ComplianceDocumentTypeInterface } from "../resources/complianceDocumentTypes"; +import { ComplianceDocumentInterface} from "../resources/complianceDocuments"; +import { ComplianceRequirementInterface } from "../resources/complianceRequirements"; +import { ComplianceApplicationInterface } from "../resources/complianceApplications"; \ No newline at end of file From 7caef06b4bbf0d39dd8bb22e7e1f863b85e8ab88 Mon Sep 17 00:00:00 2001 From: Mohammed Huzaif Date: Thu, 16 Sep 2021 00:01:28 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c6ab7..7f9ca20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [v4.22.2](https://github.com/plivo/plivo-node/tree/v4.22.12 (2021-09-15) +## [v4.22.2](https://github.com/plivo/plivo-node/tree/v4.22.2) (2021-09-16) - Typescript import fix. ## [v4.22.1](https://github.com/plivo/plivo-node/tree/v4.22.1) (2021-09-08)