nylas / nylas-nodejs

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

add WebhookDeltaType #446

Closed ianzone closed 7 months ago

ianzone commented 1 year ago

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.

mrashed-dev commented 1 year ago

Hey @ianzone thanks for opening this PR! Quick question, the WebhookDeltaType enum has the same values as WebhookTriggers in wehhook.ts, is this intentional? If so what's the purpose of this enum? Thank you!

ianzone commented 1 year ago

Hey @ianzone thanks for opening this PR! Quick question, the WebhookDeltaType enum has the same values as WebhookTriggers in wehhook.ts, is this intentional? If so what's the purpose of this enum? Thank you!

updated

ianzone commented 1 year ago

@mrashed-dev is it ok now?