ins-queue-actions 1.2.131 → 1.2.132

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.
@@ -1132,6 +1132,10 @@ module.exports = {
1132
1132
  templateName: "RFQ_NO_RESPONSE_DAILY_REPORT",
1133
1133
  requiredParams: ["type", "data"],
1134
1134
  },
1135
+ WEEKLY_DIGEST: {
1136
+ templateName: "WEEKLY_DIGEST",
1137
+ requiredParams: ["type", "data"],
1138
+ }
1135
1139
  },
1136
1140
  CALL_NOTIFICATION: {
1137
1141
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.131",
3
+ "version": "1.2.132",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {