ins-queue-actions 1.1.39 → 1.1.41

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.
@@ -102,6 +102,10 @@ module.exports = {
102
102
  templateName: "CUSTOMER_CANCELLED_SCHEDULED_BOOKING_SP",
103
103
  requiredParams: ["bookingId", "displayedBookingId", "reason"],
104
104
  },
105
+ CUSTOMER_REFERRAL: {
106
+ templateName: "CUSTOMER_REFERRAL",
107
+ requiredParams: ["referralCode"],
108
+ },
105
109
  },
106
110
  SEND_PUSH_NOTIFICATION: {
107
111
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "main": "index.js",
5
- "engineStrict": true
5
+ "engineStrict": true,
6
+ "dependencies": {
7
+ "ins-queue-actions": "^1.1.39"
8
+ }
6
9
  }