ins-queue-actions 1.2.86 → 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.
@@ -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: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.86",
3
+ "version": "1.2.87",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }