deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
127 stars 45 forks source link

Add missing expiration_date to CreateProjectKeyResponse type #265

Closed lox closed 2 months ago

lox commented 2 months ago

When creating ephemeral keys with a ttl, the API returns a response to v1/projects/:projectId/keys with an expiration_date param. This adds that response to the type.