ins-queue-actions 1.2.13 → 1.2.14

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.
@@ -588,7 +588,7 @@ module.exports = {
588
588
  },
589
589
  BOOKING_NOT_ASSIGNED: {
590
590
  templateName: "BOOKING_NOT_ASSIGNED",
591
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
591
+ requiredParams: ["bookings"],
592
592
  },
593
593
  },
594
594
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }