Skip to content

Commit 20000c5

Browse files
robinvoogtcm\robin.voogt
and
cm\robin.voogt
authored
Added Instagram (#26)
* Added Facebook Messenger and Google Business Messages channel * Added Instagram Co-authored-by: cm\robin.voogt <[email protected]>
1 parent a6f9536 commit 20000c5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.5] - 2021-07-06
2+
### Added
3+
- Support for the Instagram channel
4+
15
## [1.3.4] - 2021-04-09
26
### Added
37
- Support for the Facebook Messenger and Google Business Messages channel

lib/MessageApiClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as CMTypes from "../typescript-node-client/api";
22
import http = require('http');
33

4-
export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages";
4+
export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages" | "Instagram";
55
export type RichMessage = CMTypes.RichMessage;
66
export type Suggestion = CMTypes.Suggestion;
77
export type Template = CMTypes.Template;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmdotcom/text-sdk",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Package to make it very easy to send text messages with CM.com",
55
"keywords": [
66
"cm",

0 commit comments

Comments
 (0)