ins-queue-actions 1.2.7 → 1.2.9

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.
@@ -173,6 +173,10 @@ module.exports = {
173
173
  templateName: "REQUEST_CUSTOMER_REVIEW",
174
174
  requiredParams: ["email", "name", "message", "link"],
175
175
  },
176
+ CONTACT_US: {
177
+ templateName: "CONTACT_US",
178
+ requiredParams: ["subject", "message", "customerEmail", "email"],
179
+ },
176
180
  },
177
181
  SEND_SMS: {
178
182
  ACTION_NAME: "SEND_SMS",
@@ -383,7 +387,7 @@ module.exports = {
383
387
  },
384
388
  CUSTOMER_WALLET_CREDITS_EXPIRY: {
385
389
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
386
- requiredParams: ["balance", "expiry"],
390
+ requiredParams: ["balance", "expiry", "name"],
387
391
  },
388
392
  REASSIGN_SERVICE_PROVIDER: {
389
393
  templateName: "REASSIGN_SERVICE_PROVIDER",
@@ -546,7 +550,7 @@ module.exports = {
546
550
  },
547
551
  CUSTOMER_WALLET_CREDITS_EXPIRY: {
548
552
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
549
- requiredParams: ["balance", "expiry"],
553
+ requiredParams: ["balance", "expiry", "name"],
550
554
  },
551
555
  SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
552
556
  templateName: "SP_REMINDER_FOR_SCHEDULED_BOOKINGS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }