ins-queue-actions 1.2.76 → 1.2.77

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.
@@ -581,6 +581,10 @@ module.exports = {
581
581
  },
582
582
  SEND_PUSH_NOTIFICATION: {
583
583
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
584
+ CUSTOMER_RATED_BOOKING: {
585
+ templateName: "CUSTOMER_RATED_BOOKING",
586
+ requiredParams: ["bookingId", "displayedBookingId", "rating"],
587
+ },
584
588
  CUSTOMER_RECURRENT_STRIPE_FAILURE: {
585
589
  templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
586
590
  requiredParams: ["customerName", "subscriptionId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }