ins-queue-actions 1.2.139 → 1.2.141

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -196,4 +196,7 @@ module.exports = {
196
196
 
197
197
  // Home Todo events
198
198
  HOME_TODO_STATUS_SYNC: "HOME_TODO_STATUS_SYNC",
199
+
200
+ // Email engagement tracking. Published by the SendGrid event webhook
201
+ PROCESS_SENDGRID_EMAIL_EVENTS: "PROCESS_SENDGRID_EMAIL_EVENTS",
199
202
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.139",
3
+ "version": "1.2.141",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {