ins-queue-actions 1.2.145 → 1.2.147

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.
@@ -61,6 +61,10 @@ module.exports = {
61
61
  templateName: "CUSTOMER_RFQ_SUBMITTED",
62
62
  requiredParams: ["rfqId", "category"],
63
63
  },
64
+ RFQ_CLOSED_NO_ACTIVITY: {
65
+ templateName: "RFQ_CLOSED_NO_ACTIVITY",
66
+ requiredParams: ["rfqId"],
67
+ },
64
68
  CUSTOMER_RECURRENT_STRIPE_FAILURE: {
65
69
  templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
66
70
  requiredParams: ["customerName", "subscriptionId"],
@@ -789,6 +793,10 @@ module.exports = {
789
793
  templateName: "RFQ_COMPLETION_REMINDER",
790
794
  requiredParams: ["firstName", "rfqId"],
791
795
  },
796
+ SP_DAILY_BOOKING_REMINDER: {
797
+ templateName: "SP_DAILY_BOOKING_REMINDER",
798
+ requiredParams: ["jobCount"],
799
+ },
792
800
  CUSTOMER_RATED_RFQ: {
793
801
  templateName: "CUSTOMER_RATED_RFQ",
794
802
  requiredParams: ["rfqId", "rating"],
@@ -1066,6 +1074,10 @@ module.exports = {
1066
1074
  templateName: "RFQ_CLOSURE_CUSTOMER",
1067
1075
  requiredParams: ["rfqId"],
1068
1076
  },
1077
+ RFQ_CLOSED_NO_ACTIVITY: {
1078
+ templateName: "RFQ_CLOSED_NO_ACTIVITY",
1079
+ requiredParams: ["rfqId"],
1080
+ },
1069
1081
  BOOKING_REASSIGNED_CUSTOMER: {
1070
1082
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
1071
1083
  requiredParams: ["bookingId", "displayedBookingId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.145",
3
+ "version": "1.2.147",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {