ins-queue-actions 1.2.143 → 1.2.144

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.
@@ -778,6 +778,10 @@ module.exports = {
778
778
  templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
779
779
  requiredParams: ["bookingId", "displayedBookingId"],
780
780
  },
781
+ DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
782
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
783
+ requiredParams: ["bookingId", "displayedBookingId"],
784
+ },
781
785
  },
782
786
  SEND_PUSH_NOTIFICATION: {
783
787
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -1126,6 +1130,10 @@ module.exports = {
1126
1130
  templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
1127
1131
  requiredParams: ["bookingId", "displayedBookingId"],
1128
1132
  },
1133
+ DEFERRED_PAYMENT_BOOKING_CANCELLED_SP: {
1134
+ templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_SP",
1135
+ requiredParams: ["bookingId", "displayedBookingId"],
1136
+ },
1129
1137
  },
1130
1138
  INITIATE_MASKED_CALL: {
1131
1139
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.143",
3
+ "version": "1.2.144",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {