ins-queue-actions 1.1.67 → 1.1.68

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.
@@ -246,6 +246,10 @@ module.exports = {
246
246
  templateName: "SERVICE_PROVIDER_ORDER_PLACED",
247
247
  requiredParams: ["bookingId", "displayedBookingId"],
248
248
  },
249
+ SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED: {
250
+ templateName: "SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED",
251
+ requiredParams: ["bookingId", "displayedBookingId"],
252
+ },
249
253
  APPROVE_REJECT_BOOKING_ADDITIONALS: {
250
254
  templateName: "APPROVE_REJECT_BOOKING_ADDITIONALS",
251
255
  requiredParams: ["bookingId", "displayedBookingId", "status"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.67",
3
+ "version": "1.1.68",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }