mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-04 22:07:01 -06:00
updated changelog
This commit is contained in:
commit
148cf9b5d5
2 changed files with 9 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
- This version includes advancements to the Messaging Interface that deals with the [Send SMS/MMS](https://www.plivo.com/docs/sms/api/message#send-a-message) interface, Creating a standard structure for `request/input` arguments to make implementation easier and incorporating support for the older interface.
|
||||
|
||||
Example for [send SMS](Example for [send SMS](https://github.com/plivo/plivo-node#send-a-message)
|
||||
|
||||
## [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)
|
||||
- Fix on voice `GET` request and exception handle.
|
||||
|
|
|
|||
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