ins-queue-actions 1.2.127 → 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.
@@ -340,9 +340,17 @@ module.exports = {
340
340
  templateName: "GIFT_REMINDER_RECIPIENT",
341
341
  requiredParams: ["senderName", "redeemLink"],
342
342
  },
343
- CUSTOMER_ACCEPTED_BID: {
344
- templateName: "CUSTOMER_ACCEPTED_BID",
345
- requiredParams: ["customerName"],
343
+ NEW_BOOKING_REQUEST_SP: {
344
+ templateName: "NEW_BOOKING_REQUEST_SP",
345
+ requiredParams: [],
346
+ },
347
+ NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST: {
348
+ templateName: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
349
+ requiredParams: [],
350
+ },
351
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
352
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
353
+ requiredParams: ["bookingId", "displayedBookingId"],
346
354
  },
347
355
  },
348
356
  SEND_SMS: {
@@ -714,6 +722,10 @@ module.exports = {
714
722
  templateName: "GIFT_REMINDER_RECIPIENT",
715
723
  requiredParams: ["senderName", "redeemLink"],
716
724
  },
725
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
726
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
727
+ requiredParams: ["bookingId", "displayedBookingId"],
728
+ },
717
729
  },
718
730
  SEND_PUSH_NOTIFICATION: {
719
731
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -1034,6 +1046,10 @@ module.exports = {
1034
1046
  templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
1035
1047
  requiredParams: ["amount"],
1036
1048
  },
1049
+ DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER: {
1050
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
1051
+ requiredParams: ["bookingId", "displayedBookingId"],
1052
+ },
1037
1053
  },
1038
1054
  INITIATE_MASKED_CALL: {
1039
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.127",
3
+ "version": "1.2.129",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {