ins-queue-actions 1.2.15 → 1.2.16

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.
@@ -580,15 +580,15 @@ module.exports = {
580
580
  ACTION_NAME: "SEND_SLACK_NOTIFICATION",
581
581
  BOOKING_PLACED: {
582
582
  templateName: "BOOKING_PLACED",
583
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
583
+ requiredParams: ["bookingId", "zipCode"],
584
584
  },
585
585
  BOOKING_CANCELLED: {
586
586
  templateName: "BOOKING_CANCELLED",
587
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
587
+ requiredParams: ["bookingId", "zipCode"],
588
588
  },
589
589
  BOOKING_RESCHEDULED: {
590
590
  templateName: "BOOKING_RESCHEDULED",
591
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
591
+ requiredParams: ["bookingId", "zipCode"],
592
592
  },
593
593
  BOOKING_NOT_ASSIGNED: {
594
594
  templateName: "BOOKING_NOT_ASSIGNED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }