ins-queue-actions 1.2.116 → 1.2.118
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.
- package/index.js +1 -0
- package/notificationTemplates.js +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -186,4 +186,5 @@ module.exports = {
|
|
|
186
186
|
DEDUCT_SP_BUDGET_FOR_RFQ: "DEDUCT_SP_BUDGET_FOR_RFQ",
|
|
187
187
|
SEND_DELAYED_RFQ_NOTIFICATIONS: "SEND_DELAYED_RFQ_NOTIFICATIONS",
|
|
188
188
|
NOTIFICATION_FLOW_FOR_RFQ: "NOTIFICATION_FLOW_FOR_RFQ",
|
|
189
|
+
MARK_ENTITIES_ESCALATED: "MARK_ENTITIES_ESCALATED",
|
|
189
190
|
};
|
package/notificationTemplates.js
CHANGED
|
@@ -1056,6 +1056,10 @@ module.exports = {
|
|
|
1056
1056
|
templateName: "LOW_SP_NOTIFICATION_ALERT",
|
|
1057
1057
|
requiredParams: ["type", "data"],
|
|
1058
1058
|
},
|
|
1059
|
+
ESCALATION_OVERDUE: {
|
|
1060
|
+
templateName: "ESCALATION_OVERDUE",
|
|
1061
|
+
requiredParams: ["type", "data"],
|
|
1062
|
+
},
|
|
1059
1063
|
},
|
|
1060
1064
|
CALL_NOTIFICATION: {
|
|
1061
1065
|
ACTION_NAME: "CALL_NOTIFICATION",
|