ins-queue-actions 1.2.146 → 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"],
@@ -1070,6 +1074,10 @@ module.exports = {
1070
1074
  templateName: "RFQ_CLOSURE_CUSTOMER",
1071
1075
  requiredParams: ["rfqId"],
1072
1076
  },
1077
+ RFQ_CLOSED_NO_ACTIVITY: {
1078
+ templateName: "RFQ_CLOSED_NO_ACTIVITY",
1079
+ requiredParams: ["rfqId"],
1080
+ },
1073
1081
  BOOKING_REASSIGNED_CUSTOMER: {
1074
1082
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
1075
1083
  requiredParams: ["bookingId", "displayedBookingId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.146",
3
+ "version": "1.2.147",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {