mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
issue 210 fix
This commit is contained in:
parent
f4d3b4505c
commit
0749283183
3 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
7
types/rest/client.d.ts
vendored
7
types/rest/client.d.ts
vendored
|
|
@ -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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue