Skip to content

Commit

Permalink
Added Facebook Messenger and Google Business Messages channel (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: cm\robin.voogt <[email protected]>
  • Loading branch information
robinvoogt and cm\robin.voogt authored Apr 14, 2021
1 parent ef49055 commit a6f9536
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/MessageApiClient.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a6f9536

Please sign in to comment.