ins-queue-actions 1.2.64 → 1.2.66

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.
@@ -145,6 +145,10 @@ module.exports = {
145
145
  templateName: "SCHEDULED_BOOKING_PLACED",
146
146
  requiredParams: ["bookingId", "displayedBookingId"],
147
147
  },
148
+ SUBSCRIPTION_BOOKING_PLACED: {
149
+ templateName: "SUBSCRIPTION_BOOKING_PLACED",
150
+ requiredParams: ["bookingId", "displayedBookingId"],
151
+ },
148
152
  ONDEMAND_BOOKING_PLACED: {
149
153
  templateName: "ONDEMAND_BOOKING_PLACED",
150
154
  requiredParams: ["bookingId", "displayedBookingId"],
@@ -820,6 +824,10 @@ module.exports = {
820
824
  templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
821
825
  requiredParams: ["type", "data"],
822
826
  },
827
+ SUBSCRIPTION_CANCELLED: {
828
+ templateName: "SUBSCRIPTION_CANCELLED",
829
+ requiredParams: ["type", "data"],
830
+ },
823
831
  },
824
832
  CALL_NOTIFICATION: {
825
833
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.64",
3
+ "version": "1.2.66",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }