ins-queue-actions 1.2.141 → 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.
@@ -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.141",
3
+ "version": "1.2.142",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {