ins-queue-actions 1.2.124 → 1.2.126

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.
@@ -336,6 +336,10 @@ module.exports = {
336
336
  templateName: "GIFT_REMINDER_RECIPIENT",
337
337
  requiredParams: ["senderName", "redeemLink"],
338
338
  },
339
+ CUSTOMER_ACCEPTED_BID: {
340
+ templateName: "CUSTOMER_ACCEPTED_BID",
341
+ requiredParams: ["customerName"],
342
+ },
339
343
  },
340
344
  SEND_SMS: {
341
345
  ACTION_NAME: "SEND_SMS",
@@ -1096,6 +1100,10 @@ module.exports = {
1096
1100
  templateName: "ESCALATION_OVERDUE",
1097
1101
  requiredParams: ["type", "data"],
1098
1102
  },
1103
+ RFQ_NO_RESPONSE_DAILY_REPORT: {
1104
+ templateName: "RFQ_NO_RESPONSE_DAILY_REPORT",
1105
+ requiredParams: ["type", "data"],
1106
+ },
1099
1107
  },
1100
1108
  CALL_NOTIFICATION: {
1101
1109
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.124",
3
+ "version": "1.2.126",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {