File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.4] - 2021-04-09
2
+ ### Added
3
+ - Support for the Facebook Messenger and Google Business Messages channel
4
+
1
5
## [ 1.3.3] - 2020-12-23
2
6
### Added
3
7
- Support for the MobilePush channel
Original file line number Diff line number Diff line change 1
1
import * as CMTypes from "../typescript-node-client/api" ;
2
2
import http = require( 'http' ) ;
3
3
4
- export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" ;
4
+ export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages" ;
5
5
export type RichMessage = CMTypes . RichMessage ;
6
6
export type Suggestion = CMTypes . Suggestion ;
7
7
export type Template = CMTypes . Template ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cmdotcom/text-sdk" ,
3
- "version" : " 1.3.3 " ,
3
+ "version" : " 1.3.4 " ,
4
4
"description" : " Package to make it very easy to send text messages with CM.com" ,
5
5
"keywords" : [
6
6
" cm" ,
You can’t perform that action at this time.
0 commit comments