ins-queue-actions 1.2.59 → 1.2.60

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.
@@ -813,4 +813,14 @@ module.exports = {
813
813
  requiredParams: ["type", "data"],
814
814
  },
815
815
  },
816
+ CALL_NOTIFICATION: {
817
+ CUSTOMER_MOBILE_VERIFICATION: {
818
+ templateName: "CUSTOMER_MOBILE_VERIFICATION",
819
+ requiredParams: ["to", "otpCode"],
820
+ },
821
+ SERVICE_PARTNER_MOBILE_VERIFICATION: {
822
+ templateName: "SERVICE_PARTNER_MOBILE_VERIFICATION",
823
+ requiredParams: ["to", "otpCode"],
824
+ },
825
+ }
816
826
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.59",
3
+ "version": "1.2.60",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }