polygon-io / client-js

The official JS client library for the Polygon REST and WebSocket API.
MIT License
190 stars 59 forks source link

Update header types and export types from request file #158

Closed timetraveler328 closed 1 year ago

timetraveler328 commented 1 year ago

I updated the Launchpad header type definitions to fix the reported issue with partial Records. I also added an export of the requests file from index so that types defined in requests are included in the type definition bundle, and made all Launchpad headers optional to support Launchpad Metered.

Closes #157