ins-queue-actions 1.2.46 → 1.2.47

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.
@@ -722,11 +722,11 @@ module.exports = {
722
722
  ACTION_NAME: "INITIATE_MASKED_CALL",
723
723
  CALL_BY_CUSTOMER_TO_SP: {
724
724
  templateName: "CALL_BY_CUSTOMER_TO_SP",
725
- requiredParams: ["bookingId", "to", "from"],
725
+ requiredParams: ["to", "from"],
726
726
  },
727
727
  CALL_BY_SP_TO_CUSTOMER: {
728
728
  templateName: "CALL_BY_SP_TO_CUSTOMER",
729
- requiredParams: ["bookingId", "to", "from"],
729
+ requiredParams: ["to", "from"],
730
730
  },
731
731
  },
732
732
  SEND_SLACK_NOTIFICATION: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.46",
3
+ "version": "1.2.47",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }