ins-queue-actions 1.2.75 → 1.2.76

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.
@@ -268,6 +268,10 @@ module.exports = {
268
268
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
269
269
  requiredParams: ["name", "link"],
270
270
  },
271
+ BOOKING_REASSIGNED_CUSTOMER: {
272
+ templateName: "BOOKING_REASSIGNED_CUSTOMER",
273
+ requiredParams: ["bookingId", "displayedBookingId"],
274
+ },
271
275
  },
272
276
  SEND_SMS: {
273
277
  ACTION_NAME: "SEND_SMS",
@@ -570,6 +574,10 @@ module.exports = {
570
574
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
571
575
  requiredParams: ["name", "link"],
572
576
  },
577
+ BOOKING_REASSIGNED_CUSTOMER: {
578
+ templateName: "BOOKING_REASSIGNED_CUSTOMER",
579
+ requiredParams: ["bookingId", "displayedBookingId"],
580
+ },
573
581
  },
574
582
  SEND_PUSH_NOTIFICATION: {
575
583
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -800,7 +808,7 @@ module.exports = {
800
808
  },
801
809
  BOOKING_REASSIGNED_CUSTOMER: {
802
810
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
803
- requiredParams: ["bookingId"],
811
+ requiredParams: ["bookingId", "displayedBookingId"],
804
812
  },
805
813
  CHANGE_SCHEDULE_TYPE_NOTIFICATION: {
806
814
  templateName: "CHANGE_SCHEDULE_TYPE_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.75",
3
+ "version": "1.2.76",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }