Skip to content

Commit

Permalink
Added Instagram (#26)
Browse files Browse the repository at this point in the history
* Added Facebook Messenger and Google Business Messages channel

* Added Instagram

Co-authored-by: cm\robin.voogt <[email protected]>
  • Loading branch information
robinvoogt and cm\robin.voogt authored Jul 6, 2021
1 parent a6f9536 commit 20000c5
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.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
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" | "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;
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.4",
"version": "1.3.5",
"description": "Package to make it very easy to send text messages with CM.com",
"keywords": [
"cm",
Expand Down

0 comments on commit 20000c5

Please sign in to comment.