ins-queue-actions 1.2.66 → 1.2.67

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.
@@ -425,6 +425,10 @@ module.exports = {
425
425
  templateName: "SCHEDULED_BOOKING_PLACED",
426
426
  requiredParams: ["bookingId", "displayedBookingId"],
427
427
  },
428
+ SUBSCRIPTION_BOOKING_PLACED: {
429
+ templateName: "SUBSCRIPTION_BOOKING_PLACED",
430
+ requiredParams: ["bookingId", "displayedBookingId"],
431
+ },
428
432
  ONDEMAND_BOOKING_PLACED: {
429
433
  templateName: "ONDEMAND_BOOKING_PLACED",
430
434
  requiredParams: ["bookingId", "displayedBookingId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }