File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.3] - 2020-12-23
2+ ### Added
3+ - Support for the MobilePush channel
4+
15## [ 1.3.2] - 2020-08-20
26### Fixed
37- Moved from ClientResponse to IncomingMessage in the external api as well.
Original file line number Diff line number Diff line change 11import * as CMTypes from "../typescript-node-client/api" ;
22import http = require( 'http' ) ;
33
4- export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" ;
4+ export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" ;
55export type RichMessage = CMTypes . RichMessage ;
66export type Suggestion = CMTypes . Suggestion ;
77export type Template = CMTypes . Template ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @cmdotcom/text-sdk" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Package to make it very easy to send text messages with CM.com" ,
55 "keywords" : [
66 " cm" ,
You can’t perform that action at this time.
0 commit comments