ins-queue-actions 1.2.60 → 1.2.61

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.
@@ -814,6 +814,7 @@ module.exports = {
814
814
  },
815
815
  },
816
816
  CALL_NOTIFICATION: {
817
+ ACTION_NAME: "CALL_NOTIFICATION",
817
818
  CUSTOMER_MOBILE_VERIFICATION: {
818
819
  templateName: "CUSTOMER_MOBILE_VERIFICATION",
819
820
  requiredParams: ["to", "otpCode"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }