ins-queue-actions 1.2.82 → 1.2.83

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.
@@ -540,6 +540,10 @@ module.exports = {
540
540
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
541
541
  requiredParams: ["balance", "expiry", "name"],
542
542
  },
543
+ SERVICE_PARTNER_WALLET_CREDITS_EXPIRY: {
544
+ templateName: "SERVICE_PARTNER_WALLET_CREDITS_EXPIRY",
545
+ requiredParams: ["balance", "expiry", "name"],
546
+ },
543
547
  REASSIGN_SERVICE_PROVIDER: {
544
548
  templateName: "REASSIGN_SERVICE_PROVIDER",
545
549
  requiredParams: ["bookingId", "displayedBookingId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.82",
3
+ "version": "1.2.83",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }