ins-queue-actions 1.2.32 → 1.2.33

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.
@@ -671,27 +671,27 @@ module.exports = {
671
671
  ACTION_NAME: "SEND_SLACK_NOTIFICATION",
672
672
  BOOKING_PLACED: {
673
673
  templateName: "BOOKING_PLACED",
674
- requiredParams: ["bookingId", "zipCode"],
674
+ requiredParams: ["type", "data"],
675
675
  },
676
676
  BOOKING_CANCELLED: {
677
677
  templateName: "BOOKING_CANCELLED",
678
- requiredParams: ["bookingId", "zipCode"],
678
+ requiredParams: ["type", "data"],
679
679
  },
680
680
  BOOKING_RESCHEDULED: {
681
681
  templateName: "BOOKING_RESCHEDULED",
682
- requiredParams: ["bookingId", "zipCode"],
682
+ requiredParams: ["type", "data"],
683
683
  },
684
684
  BOOKING_NOT_ASSIGNED: {
685
685
  templateName: "BOOKING_NOT_ASSIGNED",
686
- requiredParams: [],
686
+ requiredParams: ["type", "data"],
687
687
  },
688
688
  BOOKING_NO_SHOW: {
689
689
  templateName: "BOOKING_NO_SHOW",
690
- requiredParams: ["bookingId", "zipCode"],
690
+ requiredParams: ["type", "data"],
691
691
  },
692
692
  CART_ITEM_REMINDER_CUSTOMER_SUCCESS: {
693
693
  templateName: "CART_ITEM_REMINDER_CUSTOMER_SUCCESS",
694
- requiredParams: [],
694
+ requiredParams: ["type", "data"],
695
695
  },
696
696
  },
697
697
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }