ins-queue-actions 1.2.145 → 1.2.146

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.
@@ -789,6 +789,10 @@ module.exports = {
789
789
  templateName: "RFQ_COMPLETION_REMINDER",
790
790
  requiredParams: ["firstName", "rfqId"],
791
791
  },
792
+ SP_DAILY_BOOKING_REMINDER: {
793
+ templateName: "SP_DAILY_BOOKING_REMINDER",
794
+ requiredParams: ["jobCount"],
795
+ },
792
796
  CUSTOMER_RATED_RFQ: {
793
797
  templateName: "CUSTOMER_RATED_RFQ",
794
798
  requiredParams: ["rfqId", "rating"],
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.146",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {