ins-queue-actions 1.2.85 → 1.2.87
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 +12 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -295,6 +295,10 @@ module.exports = {
|
|
|
295
295
|
templateName: "BID_SUBMITTED_BY_SP",
|
|
296
296
|
requiredParams: [],
|
|
297
297
|
},
|
|
298
|
+
EMPLOYEE_PERFORMANCE_BONUS: {
|
|
299
|
+
templateName: "EMPLOYEE_PERFORMANCE_BONUS",
|
|
300
|
+
requiredParams: ['spName', 'bonusCredit', 'displayedBookingId'],
|
|
301
|
+
},
|
|
298
302
|
CUSTOMER_RATED_BOOKING: {
|
|
299
303
|
templateName: "CUSTOMER_RATED_BOOKING",
|
|
300
304
|
requiredParams: ["bookingId", "displayedBookingId", "rating"],
|
|
@@ -621,6 +625,10 @@ module.exports = {
|
|
|
621
625
|
templateName: "CUSTOMER_RATED_BOOKING",
|
|
622
626
|
requiredParams: ["bookingId", "displayedBookingId", "rating"],
|
|
623
627
|
},
|
|
628
|
+
EMPLOYEE_PERFORMANCE_BONUS: {
|
|
629
|
+
templateName: "EMPLOYEE_PERFORMANCE_BONUS",
|
|
630
|
+
requiredParams: ['spName', 'bonusCredit', 'displayedBookingId'],
|
|
631
|
+
},
|
|
624
632
|
RFQ_ACCEPTED_CUSTOMER: {
|
|
625
633
|
templateName: "RFQ_ACCEPTED_CUSTOMER",
|
|
626
634
|
requiredParams: [],
|
|
@@ -882,6 +890,10 @@ module.exports = {
|
|
|
882
890
|
templateName: "INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION",
|
|
883
891
|
requiredParams: ["rfqId"],
|
|
884
892
|
},
|
|
893
|
+
BOOKING_CANCELLED_BY_ADMIN: {
|
|
894
|
+
templateName: "BOOKING_CANCELLED_BY_ADMIN",
|
|
895
|
+
requiredParams: ["displayedBookingId"],
|
|
896
|
+
},
|
|
885
897
|
},
|
|
886
898
|
INITIATE_MASKED_CALL: {
|
|
887
899
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|