ins-queue-actions 1.2.142 → 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.
@@ -387,6 +387,10 @@ module.exports = {
387
387
  templateName: "LOYALTY_STREAK_COMPLETED",
388
388
  requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
389
389
  },
390
+ CUSTOMER_RATED_RFQ: {
391
+ templateName: "CUSTOMER_RATED_RFQ",
392
+ requiredParams: ["rfqId", "rating"],
393
+ },
390
394
  LOYALTY_REWARD_RECEIVED: {
391
395
  templateName: "LOYALTY_REWARD_RECEIVED",
392
396
  requiredParams: ["firstName", "type", "rewardCredits"],
@@ -774,6 +778,10 @@ module.exports = {
774
778
  templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
775
779
  requiredParams: ["bookingId", "displayedBookingId"],
776
780
  },
781
+ DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
782
+ templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
783
+ requiredParams: ["bookingId", "displayedBookingId"],
784
+ },
777
785
  },
778
786
  SEND_PUSH_NOTIFICATION: {
779
787
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -781,6 +789,10 @@ module.exports = {
781
789
  templateName: "RFQ_COMPLETION_REMINDER",
782
790
  requiredParams: ["firstName", "rfqId"],
783
791
  },
792
+ CUSTOMER_RATED_RFQ: {
793
+ templateName: "CUSTOMER_RATED_RFQ",
794
+ requiredParams: ["rfqId", "rating"],
795
+ },
784
796
  LOYALTY_STREAK_COMPLETED: {
785
797
  templateName: "LOYALTY_STREAK_COMPLETED",
786
798
  requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
@@ -1118,6 +1130,10 @@ module.exports = {
1118
1130
  templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
1119
1131
  requiredParams: ["bookingId", "displayedBookingId"],
1120
1132
  },
1133
+ DEFERRED_PAYMENT_BOOKING_CANCELLED_SP: {
1134
+ templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_SP",
1135
+ requiredParams: ["bookingId", "displayedBookingId"],
1136
+ },
1121
1137
  },
1122
1138
  INITIATE_MASKED_CALL: {
1123
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.142",
3
+ "version": "1.2.144",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {