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

fix(types): verify response types #794

Closed manchuck closed 1 year ago

manchuck commented 1 year ago

This fixes the typescript interfaces and types for the verify module

Description

I noticed some other issues with some of the types being returned as well as the requests being passed into the verify module. I have addressed them all and updated the tests

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist