ins-queue-actions 1.2.57 → 1.2.59
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 +8 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -766,6 +766,10 @@ module.exports = {
|
|
|
766
766
|
templateName: "RFQ_CLOSURE_CUSTOMER",
|
|
767
767
|
requiredParams: ["rfqId"],
|
|
768
768
|
},
|
|
769
|
+
BOOKING_REASSIGNED_CUSTOMER: {
|
|
770
|
+
templateName: "BOOKING_REASSIGNED_CUSTOMER",
|
|
771
|
+
requiredParams: ["bookingId"],
|
|
772
|
+
},
|
|
769
773
|
},
|
|
770
774
|
INITIATE_MASKED_CALL: {
|
|
771
775
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|
|
@@ -804,5 +808,9 @@ module.exports = {
|
|
|
804
808
|
templateName: "CART_ITEM_REMINDER_CUSTOMER_SUCCESS",
|
|
805
809
|
requiredParams: ["type", "data"],
|
|
806
810
|
},
|
|
811
|
+
BOOKING_ONGOING_AFTER_CUTOFF_TIME: {
|
|
812
|
+
templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
|
|
813
|
+
requiredParams: ["type", "data"],
|
|
814
|
+
},
|
|
807
815
|
},
|
|
808
816
|
};
|