ins-queue-actions 1.1.86 → 1.1.87

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.
@@ -240,7 +240,7 @@ module.exports = {
240
240
  templateName: "CUSTOMER_SCHEDULED_BOOKING_UNSUCCESSFUL",
241
241
  requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
242
242
  },
243
- CUSTOMER_ONDEMAND_BOOKING_UNSUCCESSFUL: {
243
+ CUSTOMER_ONDEMAND_BOOKING_UNSUCCESSFUL: {
244
244
  templateName: "CUSTOMER_ONDEMAND_BOOKING_UNSUCCESSFUL",
245
245
  requiredParams: ["bookingId", "displayedBookingId"],
246
246
  },
@@ -360,6 +360,10 @@ module.exports = {
360
360
  templateName: "BOOKING_CHANGES_REQUESTED_CUSTOMER",
361
361
  requiredParams: ["displayedBookingId", "bookingId"],
362
362
  },
363
+ BOOKING_PLACED_ADMIN: {
364
+ templateName: "BOOKING_PLACED_ADMIN",
365
+ requiredParams: ["zipCode", "bookingType"],
366
+ },
363
367
  },
364
368
  SEND_PUSH_NOTIFICATION: {
365
369
  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.86",
3
+ "version": "1.1.87",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }