ins-queue-actions 1.2.144 → 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.
@@ -779,7 +779,7 @@ module.exports = {
779
779
  requiredParams: ["bookingId", "displayedBookingId"],
780
780
  },
781
781
  DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
782
- templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
782
+ templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER",
783
783
  requiredParams: ["bookingId", "displayedBookingId"],
784
784
  },
785
785
  },
@@ -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.144",
3
+ "version": "1.2.146",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {