From 20000c50b9021082b593956aa5979abf0757c88b Mon Sep 17 00:00:00 2001 From: robinvoogt <82213867+robinvoogt@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:43:22 +0200 Subject: [PATCH] Added Instagram (#26) * Added Facebook Messenger and Google Business Messages channel * Added Instagram Co-authored-by: cm\robin.voogt --- CHANGELOG.md | 4 ++++ lib/MessageApiClient.ts | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e12a0b..5c17fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.5] - 2021-07-06 +### Added +- Support for the Instagram channel + ## [1.3.4] - 2021-04-09 ### Added - Support for the Facebook Messenger and Google Business Messages channel diff --git a/lib/MessageApiClient.ts b/lib/MessageApiClient.ts index 094922a..ff70961 100644 --- a/lib/MessageApiClient.ts +++ b/lib/MessageApiClient.ts @@ -1,7 +1,7 @@ import * as CMTypes from "../typescript-node-client/api"; import http = require('http'); -export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages"; +export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages" | "Instagram"; export type RichMessage = CMTypes.RichMessage; export type Suggestion = CMTypes.Suggestion; export type Template = CMTypes.Template; diff --git a/package.json b/package.json index 6df3a79..341b6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cmdotcom/text-sdk", - "version": "1.3.4", + "version": "1.3.5", "description": "Package to make it very easy to send text messages with CM.com", "keywords": [ "cm",