ins-queue-actions 1.2.63 → 1.2.64

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.
@@ -538,6 +538,10 @@ module.exports = {
538
538
  templateName: "UNABLE_TO_CHARGE_BOOKING_SP",
539
539
  requiredParams: ["bookingId", "displayedBookingId"],
540
540
  },
541
+ BIGGER_JOB_NOTIFICATION_SP: {
542
+ templateName: "BIGGER_JOB_NOTIFICATION_SP",
543
+ requiredParams: [],
544
+ },
541
545
  },
542
546
  SEND_PUSH_NOTIFICATION: {
543
547
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }