ins-queue-actions 1.2.84 → 1.2.86

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.
@@ -613,6 +613,10 @@ module.exports = {
613
613
  },
614
614
  SEND_PUSH_NOTIFICATION: {
615
615
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
616
+ REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST: {
617
+ templateName: "REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST",
618
+ requiredParams: [],
619
+ },
616
620
  CUSTOMER_RATED_BOOKING: {
617
621
  templateName: "CUSTOMER_RATED_BOOKING",
618
622
  requiredParams: ["bookingId", "displayedBookingId", "rating"],
@@ -878,6 +882,10 @@ module.exports = {
878
882
  templateName: "INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION",
879
883
  requiredParams: ["rfqId"],
880
884
  },
885
+ BOOKING_CANCELLED_BY_ADMIN: {
886
+ templateName: "BOOKING_CANCELLED_BY_ADMIN",
887
+ requiredParams: ["displayedBookingId"],
888
+ },
881
889
  },
882
890
  INITIATE_MASKED_CALL: {
883
891
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.84",
3
+ "version": "1.2.86",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }