ins-queue-actions 1.2.69 → 1.2.70

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.
@@ -798,6 +798,15 @@ module.exports = {
798
798
  templateName: "SUBSCRIPTION_CANCELLED",
799
799
  requiredParams: ["cancellationReason", "frequency"],
800
800
  },
801
+ EXTRA_HOUR_REMINDER_CUSTOMER:
802
+ {
803
+ templateName: "EXTRA_HOUR_REMINDER_CUSTOMER",
804
+ requiredParams: ["bookingId", "displayedBookingId"],
805
+ },
806
+ EXTRA_HOUR_REMINDER_PROVIDER: {
807
+ templateName: "EXTRA_HOUR_REMINDER_PROVIDER",
808
+ requiredParams: ["bookingId", "displayedBookingId"],
809
+ },
801
810
  },
802
811
  INITIATE_MASKED_CALL: {
803
812
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }