From a6f95360406d369becf16006f89467aa105cd62e Mon Sep 17 00:00:00 2001 From: robinvoogt <82213867+robinvoogt@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:56:57 +0200 Subject: [PATCH] Added Facebook Messenger and Google Business Messages channel (#23) 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 291d73c..0e12a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.4] - 2021-04-09 +### Added +- Support for the Facebook Messenger and Google Business Messages channel + ## [1.3.3] - 2020-12-23 ### Added - Support for the MobilePush channel diff --git a/lib/MessageApiClient.ts b/lib/MessageApiClient.ts index 1bc363d..094922a 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"; +export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages"; export type RichMessage = CMTypes.RichMessage; export type Suggestion = CMTypes.Suggestion; export type Template = CMTypes.Template; diff --git a/package.json b/package.json index ab158ca..6df3a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cmdotcom/text-sdk", - "version": "1.3.3", + "version": "1.3.4", "description": "Package to make it very easy to send text messages with CM.com", "keywords": [ "cm",