@plunk/node
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -30,2 +30,3 @@ import { PublishParams } from "../types/events"; | ||
* @param {string=} body.name - The name you want to send as | ||
* @param {string=html} body.type - The type of email you want to send | ||
* @param {boolean=false} body.withUnsubscribe - Whether to include an unsubscribe link | ||
@@ -32,0 +33,0 @@ */ |
@@ -37,2 +37,3 @@ "use strict"; | ||
* @param {string=} body.name - The name you want to send as | ||
* @param {string=html} body.type - The type of email you want to send | ||
* @param {boolean=false} body.withUnsubscribe - Whether to include an unsubscribe link | ||
@@ -39,0 +40,0 @@ */ |
@@ -5,2 +5,3 @@ export interface SendParams { | ||
body: string; | ||
type?: 'html' | 'markdown'; | ||
from?: string; | ||
@@ -7,0 +8,0 @@ name?: string; |
{ | ||
"name": "@plunk/node", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Official Node.js library for useplunk.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
9546
185