File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " indiepitcher" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"main" : " ./dist/index.js" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ export interface SendEmail {
55
55
subject : string
56
56
body : string
57
57
bodyFormat : 'html' | 'markdown'
58
+ trackEmailOpens ?: boolean
59
+ trackEmailClicks ?: boolean
58
60
}
59
61
60
62
export interface SendEmailToContact {
@@ -66,6 +68,8 @@ export interface SendEmailToContact {
66
68
list : string
67
69
delaySeconds ?: number
68
70
delayUntilDate ?: string
71
+ trackEmailOpens ?: boolean
72
+ trackEmailClicks ?: boolean
69
73
}
70
74
71
75
export interface SendEmailToMailingList {
@@ -75,4 +79,6 @@ export interface SendEmailToMailingList {
75
79
list : string
76
80
delaySeconds ?: number
77
81
delayUntilDate ?: string
82
+ trackEmailOpens ?: boolean
83
+ trackEmailClicks ?: boolean
78
84
}
You can’t perform that action at this time.
0 commit comments