We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
last_event
1 parent ada7c4c commit 92c9301Copy full SHA for 92c9301
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "resend",
3
- "version": "4.5.2",
+ "version": "4.6.0-canary.0",
4
"description": "Node.js library for the Resend API",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
src/emails/interfaces/get-email-options.interface.ts
@@ -14,9 +14,11 @@ export interface GetEmailResponseSuccess {
14
| 'complained'
15
| 'delivered'
16
| 'delivery_delayed'
17
+ | 'failed'
18
| 'opened'
19
| 'queued'
- | 'scheduled';
20
+ | 'scheduled'
21
+ | 'sent';
22
reply_to: string[] | null;
23
subject: string;
24
text: string | null;
0 commit comments