promote-email-templates 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -219,6 +219,7 @@ interface WelcomeTemplateProps {
|
|
|
219
219
|
interface NewMessageNotificationProps {
|
|
220
220
|
recipient: {
|
|
221
221
|
name: string;
|
|
222
|
+
email: string;
|
|
222
223
|
};
|
|
223
224
|
sender: {
|
|
224
225
|
name: string;
|
|
@@ -603,6 +604,7 @@ declare namespace NewMessageNotification {
|
|
|
603
604
|
var PreviewProps: {
|
|
604
605
|
recipient: {
|
|
605
606
|
name: string;
|
|
607
|
+
email: string;
|
|
606
608
|
};
|
|
607
609
|
sender: {
|
|
608
610
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -219,6 +219,7 @@ interface WelcomeTemplateProps {
|
|
|
219
219
|
interface NewMessageNotificationProps {
|
|
220
220
|
recipient: {
|
|
221
221
|
name: string;
|
|
222
|
+
email: string;
|
|
222
223
|
};
|
|
223
224
|
sender: {
|
|
224
225
|
name: string;
|
|
@@ -603,6 +604,7 @@ declare namespace NewMessageNotification {
|
|
|
603
604
|
var PreviewProps: {
|
|
604
605
|
recipient: {
|
|
605
606
|
name: string;
|
|
607
|
+
email: string;
|
|
606
608
|
};
|
|
607
609
|
sender: {
|
|
608
610
|
name: string;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED