ins-queue-actions 1.2.82 → 1.2.84

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.
@@ -295,6 +295,10 @@ module.exports = {
295
295
  templateName: "BID_SUBMITTED_BY_SP",
296
296
  requiredParams: [],
297
297
  },
298
+ CUSTOMER_RATED_BOOKING: {
299
+ templateName: "CUSTOMER_RATED_BOOKING",
300
+ requiredParams: ["bookingId", "displayedBookingId", "rating"],
301
+ },
298
302
  RFQ_ACCEPTED_CUSTOMER: {
299
303
  templateName: "RFQ_ACCEPTED_CUSTOMER",
300
304
  requiredParams: [],
@@ -540,6 +544,10 @@ module.exports = {
540
544
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
541
545
  requiredParams: ["balance", "expiry", "name"],
542
546
  },
547
+ SERVICE_PARTNER_WALLET_CREDITS_EXPIRY: {
548
+ templateName: "SERVICE_PARTNER_WALLET_CREDITS_EXPIRY",
549
+ requiredParams: ["balance", "expiry", "name"],
550
+ },
543
551
  REASSIGN_SERVICE_PROVIDER: {
544
552
  templateName: "REASSIGN_SERVICE_PROVIDER",
545
553
  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.84",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }