ins-queue-actions 1.2.64 → 1.2.65

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.
@@ -820,6 +820,10 @@ module.exports = {
820
820
  templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
821
821
  requiredParams: ["type", "data"],
822
822
  },
823
+ SUBSCRIPTION_CANCELLED: {
824
+ templateName: "SUBSCRIPTION_CANCELLED",
825
+ requiredParams: ["type", "data"],
826
+ },
823
827
  },
824
828
  CALL_NOTIFICATION: {
825
829
  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.65",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }