ins-queue-actions 1.2.8 → 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.
@@ -387,7 +387,7 @@ module.exports = {
387
387
  },
388
388
  CUSTOMER_WALLET_CREDITS_EXPIRY: {
389
389
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
390
- requiredParams: ["balance", "expiry"],
390
+ requiredParams: ["balance", "expiry", "name"],
391
391
  },
392
392
  REASSIGN_SERVICE_PROVIDER: {
393
393
  templateName: "REASSIGN_SERVICE_PROVIDER",
@@ -550,7 +550,7 @@ module.exports = {
550
550
  },
551
551
  CUSTOMER_WALLET_CREDITS_EXPIRY: {
552
552
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
553
- requiredParams: ["balance", "expiry"],
553
+ requiredParams: ["balance", "expiry", "name"],
554
554
  },
555
555
  SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
556
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.8",
3
+ "version": "1.2.9",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }