ins-queue-actions 1.2.148 → 1.2.149

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.
@@ -5,6 +5,10 @@ module.exports = {
5
5
  templateName: "NOTIFY_BO_ON_LOW_CREDITS",
6
6
  requiredParams: ["boName", "employeeName"],
7
7
  },
8
+ SP_REQUESTED_BOOKING_IMAGES: {
9
+ templateName: "SP_REQUESTED_BOOKING_IMAGES",
10
+ requiredParams: ["bookingId", "displayedBookingId", "spName"],
11
+ },
8
12
  RFQ_COMPLETION_REMINDER: {
9
13
  templateName: "RFQ_COMPLETION_REMINDER",
10
14
  requiredParams: ["firstName", "rfqId"],
@@ -801,6 +805,10 @@ module.exports = {
801
805
  templateName: "RFQ_COMPLETION_REMINDER",
802
806
  requiredParams: ["firstName", "rfqId"],
803
807
  },
808
+ SP_REQUESTED_BOOKING_IMAGES: {
809
+ templateName: "SP_REQUESTED_BOOKING_IMAGES",
810
+ requiredParams: ["bookingId", "displayedBookingId", "spName"],
811
+ },
804
812
  SP_DAILY_BOOKING_REMINDER: {
805
813
  templateName: "SP_DAILY_BOOKING_REMINDER",
806
814
  requiredParams: ["jobCount"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.148",
3
+ "version": "1.2.149",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {