MarcosNicolau / whatsapp-business-sdk

Node.js connector for the WhatsApp Business APIs with TypeScript support, integration tests and more.
MIT License
81 stars 21 forks source link

WABA client new version: 16.0 #6

Closed MarcosNicolau closed 1 year ago

MarcosNicolau commented 1 year ago

This merge updates the WABAClient to point to the latest version of the API. Also, its respective tests have been modified to match this new version.

This new version allows a new message type: Reaction and also adds support for the reply-to feature to answer a specific message.

This merge also includes minor fixes. More specifically, the autocompletion of the literal unions which was not working due to a new version of typescript, and the waba client error handler which sometimes didn't return the error object as intended.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: