ins-queue-actions 1.2.125 → 1.2.127

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.
@@ -1,6 +1,10 @@
1
1
  module.exports = {
2
2
  SEND_EMAIL: {
3
3
  ACTION_NAME: "SEND_EMAIL",
4
+ NOTIFY_BO_ON_LOW_CREDITS: {
5
+ templateName: "NOTIFY_BO_ON_LOW_CREDITS",
6
+ requiredParams: ["boName", "employeeName"],
7
+ },
4
8
  RFQ_COMPLETION_REMINDER: {
5
9
  templateName: "RFQ_COMPLETION_REMINDER",
6
10
  requiredParams: ["firstName", "rfqId"],
@@ -1100,6 +1104,10 @@ module.exports = {
1100
1104
  templateName: "ESCALATION_OVERDUE",
1101
1105
  requiredParams: ["type", "data"],
1102
1106
  },
1107
+ RFQ_NO_RESPONSE_DAILY_REPORT: {
1108
+ templateName: "RFQ_NO_RESPONSE_DAILY_REPORT",
1109
+ requiredParams: ["type", "data"],
1110
+ },
1103
1111
  },
1104
1112
  CALL_NOTIFICATION: {
1105
1113
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.125",
3
+ "version": "1.2.127",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {