ins-queue-actions 1.2.128 → 1.2.129

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.
@@ -348,6 +348,10 @@ module.exports = {
348
348
  templateName: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
349
349
  requiredParams: [],
350
350
  },
351
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
352
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
353
+ requiredParams: ["bookingId", "displayedBookingId"],
354
+ },
351
355
  },
352
356
  SEND_SMS: {
353
357
  ACTION_NAME: "SEND_SMS",
@@ -718,6 +722,10 @@ module.exports = {
718
722
  templateName: "GIFT_REMINDER_RECIPIENT",
719
723
  requiredParams: ["senderName", "redeemLink"],
720
724
  },
725
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
726
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
727
+ requiredParams: ["bookingId", "displayedBookingId"],
728
+ },
721
729
  },
722
730
  SEND_PUSH_NOTIFICATION: {
723
731
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -1038,6 +1046,10 @@ module.exports = {
1038
1046
  templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
1039
1047
  requiredParams: ["amount"],
1040
1048
  },
1049
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
1050
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
1051
+ requiredParams: ["bookingId", "displayedBookingId"],
1052
+ },
1041
1053
  },
1042
1054
  INITIATE_MASKED_CALL: {
1043
1055
  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.128",
3
+ "version": "1.2.129",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {