diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f980f..ae0ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [v4.23.0](https://github.com/plivo/plivo-node/tree/v4.23.0) (2021-09-16) - 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. +## [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. 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