ins-queue-actions 1.1.73 → 1.1.74

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.
@@ -87,7 +87,7 @@ module.exports = {
87
87
  },
88
88
  SERVICE_PARTNER_APPROVED: {
89
89
  templateName: "SERVICE_PARTNER_APPROVED",
90
- requiredParams: ["firstName"],
90
+ requiredParams: ["firstName", "link"],
91
91
  },
92
92
  },
93
93
  SEND_SMS: {
@@ -197,7 +197,7 @@ module.exports = {
197
197
  },
198
198
  SERVICE_PARTNER_APPROVED: {
199
199
  templateName: "SERVICE_PARTNER_APPROVED",
200
- requiredParams: ["firstName"],
200
+ requiredParams: ["firstName", "link"],
201
201
  },
202
202
  COMPLETE_REGISTRATION_SMS: {
203
203
  templateName: "COMPLETE_REGISTRATION_SMS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }