@splitmedialabs/supermailer-node
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -15,2 +15,6 @@ import { AxiosInstance } from 'axios'; | ||
recipientEmail: string; | ||
language?: string; | ||
templateData?: Record<string, string>; | ||
recipientName?: string; | ||
} | ||
@@ -17,0 +21,0 @@ |
{ | ||
"name": "@splitmedialabs/supermailer-node", | ||
"description": "Node JS library for Supermailer.", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
20258
470