ins-queue-actions 1.2.57 → 1.2.58

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