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
380 stars 181 forks source link

fix: Exported additional NCCO classes and interfaces that weren't before #732

Closed dragonmantank closed 1 year ago

dragonmantank commented 1 year ago

Description

Adds additional exports for NCCO classes and interfaces that can be used

Motivation and Context

This makes it easier to import the data instead of needing to drill down into individual files

Testing Details

Unit tests

Example Output or Screenshots (if appropriate)

Types of changes

Checklist