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.
- package/notificationTemplates.js +5 -1
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -779,7 +779,7 @@ module.exports = {
|
|
|
779
779
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
780
780
|
},
|
|
781
781
|
DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
|
|
782
|
-
templateName: "
|
|
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"],
|