Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

feat(messages): added new webhook, viber, and sms parameters #921

Closed manchuck closed 3 months ago

manchuck commented 4 months ago

Description

Added webhook parameters to all messages Updated viber video and file parameters Added SMS encoding and options to the SMS class Removed conversations dependency for server-client

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.62%. Comparing base (fbe1c27) to head (0489db3). Report is 2 commits behind head on 3.x.

:exclamation: Current head 0489db3 differs from pull request most recent head 67c5200. Consider uploading reports for the commit 67c5200 to get more accurate results

Files Patch % Lines
packages/messages/lib/classes/SMS/SMS.ts 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #921 +/- ## ======================================= Coverage 84.61% 84.62% ======================================= Files 122 122 Lines 1775 1782 +7 Branches 363 367 +4 ======================================= + Hits 1502 1508 +6 - Misses 273 274 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.