ins-queue-actions 1.2.128 → 1.2.130

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.
@@ -336,6 +336,10 @@ module.exports = {
336
336
  templateName: "GIFT_RECEIVED_RECIPIENT",
337
337
  requiredParams: ["senderName", "redeemLink"],
338
338
  },
339
+ CUSTOMER_RESPONDED_TO_SP_BID: {
340
+ templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
341
+ requiredParams: [],
342
+ },
339
343
  GIFT_REMINDER_RECIPIENT: {
340
344
  templateName: "GIFT_REMINDER_RECIPIENT",
341
345
  requiredParams: ["senderName", "redeemLink"],
@@ -348,6 +352,10 @@ module.exports = {
348
352
  templateName: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
349
353
  requiredParams: [],
350
354
  },
355
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
356
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
357
+ requiredParams: ["bookingId", "displayedBookingId"],
358
+ },
351
359
  },
352
360
  SEND_SMS: {
353
361
  ACTION_NAME: "SEND_SMS",
@@ -718,6 +726,10 @@ module.exports = {
718
726
  templateName: "GIFT_REMINDER_RECIPIENT",
719
727
  requiredParams: ["senderName", "redeemLink"],
720
728
  },
729
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
730
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
731
+ requiredParams: ["bookingId", "displayedBookingId"],
732
+ },
721
733
  },
722
734
  SEND_PUSH_NOTIFICATION: {
723
735
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -1038,6 +1050,10 @@ module.exports = {
1038
1050
  templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
1039
1051
  requiredParams: ["amount"],
1040
1052
  },
1053
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
1054
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
1055
+ requiredParams: ["bookingId", "displayedBookingId"],
1056
+ },
1041
1057
  },
1042
1058
  INITIATE_MASKED_CALL: {
1043
1059
  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.130",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {