@sendgrid/helpers
Advanced tools
Comparing version 6.5.3 to 6.5.5
@@ -160,2 +160,5 @@ import {AttachmentData, AttachmentJSON} from "./attachment"; | ||
export type MailDataRequired = MailData & ( | ||
{ text: string } | { html: string } | { templateId: string } | { content: MailContent[] & { 0: MailContent } }); | ||
export interface MailJSON { | ||
@@ -162,0 +165,0 @@ from: EmailJSON; |
{ | ||
"name": "@sendgrid/helpers", | ||
"description": "Twilio SendGrid NodeJS internal helpers", | ||
"version": "6.5.3", | ||
"version": "6.5.5", | ||
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
}, | ||
"gitHead": "fa601c79cd832c7f8e0cb90c83b78fa5d712e289" | ||
"gitHead": "bc3e7371aa73af6c2b53128d6866837b0a60df65" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132230
4418