Update SDK version (#32)

This commit is contained in:
KM Koushik
2024-06-26 06:35:28 +10:00
committed by GitHub
parent 0f0e2ada73
commit 6d7fc773f9
5 changed files with 19 additions and 30 deletions

View File

@@ -73,7 +73,7 @@ export interface paths {
emailEvents: ({
emailId: string;
/** @enum {string} */
status: "QUEUED" | "SENT" | "OPENED" | "CLICKED" | "BOUNCED" | "COMPLAINED" | "DELIVERED" | "REJECTED" | "RENDERING_FAILURE" | "DELIVERY_DELAYED";
status: "QUEUED" | "SENT" | "BOUNCED" | "DELIVERED" | "OPENED" | "CLICKED" | "COMPLAINED" | "REJECTED" | "RENDERING_FAILURE" | "DELIVERY_DELAYED" | "FAILED";
createdAt: string;
data?: unknown;
})[];
@@ -89,7 +89,6 @@ export interface paths {
content: {
"application/json": {
to: string | string[];
/** Format: email */
from: string;
subject: string;
replyTo?: string | string[];