ins-queue-actions 1.2.118 → 1.2.119

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -187,4 +187,7 @@ module.exports = {
187
187
  SEND_DELAYED_RFQ_NOTIFICATIONS: "SEND_DELAYED_RFQ_NOTIFICATIONS",
188
188
  NOTIFICATION_FLOW_FOR_RFQ: "NOTIFICATION_FLOW_FOR_RFQ",
189
189
  MARK_ENTITIES_ESCALATED: "MARK_ENTITIES_ESCALATED",
190
+
191
+ // Customer referral credits on first booking
192
+ GRANT_CUSTOMER_REFERRAL_CREDITS: "GRANT_CUSTOMER_REFERRAL_CREDITS",
190
193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.118",
3
+ "version": "1.2.119",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {