nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
166 stars 116 forks source link

chore: change the type property of Date, Datespan, Time and Timespan to object #551

Closed hanut closed 3 months ago

hanut commented 3 months ago

This PR updates the type property of the Date, Datespan, Time and Timespan types (the WhenTypes) to object which is what is returned by the latest version (v3) of the Nylas api

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Closes #550

hanut commented 3 months ago

Looks good but can you make the same change to the Datespan interface? As soon as it's done I'll approve and merge 👍🏼 Thanks for jumping on this!

Thanks for pointing that out ! Always happy to help :+1: