ins-queue-actions 1.1.61 → 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.
@@ -81,6 +81,10 @@ module.exports = {
81
81
  templateName: "EMAIL_NOTIFICATION",
82
82
  requiredParams: ["name", "message"],
83
83
  },
84
+ SERVICE_PARTNER_APPROVED: {
85
+ templateName: "SERVICE_PARTNER_APPROVED",
86
+ requiredParams: ["firstName"],
87
+ },
84
88
  },
85
89
  SEND_SMS: {
86
90
  ACTION_NAME: "SEND_SMS",
@@ -183,6 +187,14 @@ module.exports = {
183
187
  templateName: "SERVICE_PROVIDER_ADDED_BY_BO",
184
188
  requiredParams: ["spName", "boName", "link"],
185
189
  },
190
+ SERVICE_PARTNER_APPROVED: {
191
+ templateName: "SERVICE_PARTNER_APPROVED",
192
+ requiredParams: ["firstName"],
193
+ },
194
+ COMPLETE_REGISTRATION_SMS: {
195
+ templateName: "COMPLETE_REGISTRATION_SMS",
196
+ requiredParams: ["firstName", "link"],
197
+ },
186
198
  },
187
199
  SEND_PUSH_NOTIFICATION: {
188
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.61",
3
+ "version": "1.1.63",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }