issue 210 fix

This commit is contained in:
narayana 2021-09-15 23:26:21 +05:30
parent f4d3b4505c
commit 0749283183
3 changed files with 10 additions and 2 deletions

View file

@ -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.

View file

@ -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": [

View file

@ -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";
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";