Skip to content

Commit

Permalink
Add MobilePush channel (#21)
Browse files Browse the repository at this point in the history
* Add MobilePush channel

* Bump version
  • Loading branch information
michaelvdnet authored Jan 12, 2021
1 parent f2fcd2a commit ef49055
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.3] - 2020-12-23
### Added
- Support for the MobilePush channel

## [1.3.2] - 2020-08-20
### Fixed
- Moved from ClientResponse to IncomingMessage in the external api as well.
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";
export type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush";
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.2",
"version": "1.3.3",
"description": "Package to make it very easy to send text messages with CM.com",
"keywords": [
"cm",
Expand Down

0 comments on commit ef49055

Please sign in to comment.