ins-queue-actions 1.2.139 → 1.2.142

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/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
  };
@@ -1199,7 +1199,11 @@ module.exports = {
1199
1199
  WEEKLY_DIGEST: {
1200
1200
  templateName: "WEEKLY_DIGEST",
1201
1201
  requiredParams: ["type", "data"],
1202
- }
1202
+ },
1203
+ TRUST_AND_SAFETY_ALERTS: {
1204
+ templateName: "TRUST_AND_SAFETY_ALERTS",
1205
+ requiredParams: ["type", "data"],
1206
+ },
1203
1207
  },
1204
1208
  CALL_NOTIFICATION: {
1205
1209
  ACTION_NAME: "CALL_NOTIFICATION",
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.142",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {