Skip to content

Commit

Permalink
Update model for WhatsApp Interactive. (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Soufyan Bargach <soufyanb2@hotmail.com>
  • Loading branch information
SoufyanBreda2 and Soufyanbreda committed Dec 12, 2022
1 parent 9108d10 commit 5be1c98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [1.4.1] - 2022-12-12
### Changed
- Update model for WhatsApp Interactive.


## [1.4.0] - 2022-12-09
### Added
- Add missing models to send WhatsApp interactive messages
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@cmdotcom/text-sdk",
"version": "1.4.0",
"version": "1.4.1",
"description": "Package to make it very easy to send text messages with CM.com",
"keywords": [
"cm",
Expand Down
8 changes: 4 additions & 4 deletions typescript-node-client/api.ts
Expand Up @@ -258,13 +258,13 @@ export class WhatsAppInteractive {
"type": "InteractiveHeader"
},
{
"name": "footer",
"baseName": "footer",
"name": "body",
"baseName": "body",
"type": "InteractiveBody"
},
{
"name": "header",
"baseName": "header",
"name": "footer",
"baseName": "footer",
"type": "InteractiveFooter"
},
{
Expand Down

0 comments on commit 5be1c98

Please sign in to comment.