ins-queue-actions 1.1.62 → 1.1.63

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.
@@ -191,6 +191,10 @@ module.exports = {
191
191
  templateName: "SERVICE_PARTNER_APPROVED",
192
192
  requiredParams: ["firstName"],
193
193
  },
194
+ COMPLETE_REGISTRATION_SMS: {
195
+ templateName: "COMPLETE_REGISTRATION_SMS",
196
+ requiredParams: ["firstName", "link"],
197
+ },
194
198
  },
195
199
  SEND_PUSH_NOTIFICATION: {
196
200
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }