ins-queue-actions 1.2.114 → 1.2.115

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.
@@ -1052,6 +1052,10 @@ module.exports = {
1052
1052
  templateName: "RFQ_COMPLETED",
1053
1053
  requiredParams: ["type", "data"],
1054
1054
  },
1055
+ LOW_SP_NOTIFICATION_ALERT: {
1056
+ templateName: "LOW_SP_NOTIFICATION_ALERT",
1057
+ requiredParams: ["type", "data"],
1058
+ },
1055
1059
  },
1056
1060
  CALL_NOTIFICATION: {
1057
1061
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.114",
3
+ "version": "1.2.115",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {