resend / resend-node

Resend's Official Node.js SDK
MIT License
551 stars 39 forks source link

What happened to `last_event: 'sent'`? #394

Open gustavopch opened 3 months ago

gustavopch commented 3 months ago

There's a "Sent" status in the dashboard:

image

But it doesn't exist here: https://github.com/resend/resend-node/blob/0add75b92de04c9a67ea167a268c48881625b63d/src/emails/interfaces/get-email-options.interface.ts#L10-L16

Did something change or is it a bug in the type definition?