ins-queue-actions 1.1.44 → 1.1.45

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.
@@ -111,6 +111,10 @@ module.exports = {
111
111
  templateName: "CUSTOMER_REFERRAL",
112
112
  requiredParams: ["referralCode"],
113
113
  },
114
+ CUSTOMER_RESCHEDULED_BOOKING: {
115
+ templateName: "CUSTOMER_RESCHEDULED_BOOKING",
116
+ requiredParams: ["displayedBookingId", "previousScheduledStartTime"],
117
+ },
114
118
  },
115
119
  SEND_PUSH_NOTIFICATION: {
116
120
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }