ins-queue-actions 1.2.57 → 1.2.59

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.
@@ -766,6 +766,10 @@ module.exports = {
766
766
  templateName: "RFQ_CLOSURE_CUSTOMER",
767
767
  requiredParams: ["rfqId"],
768
768
  },
769
+ BOOKING_REASSIGNED_CUSTOMER: {
770
+ templateName: "BOOKING_REASSIGNED_CUSTOMER",
771
+ requiredParams: ["bookingId"],
772
+ },
769
773
  },
770
774
  INITIATE_MASKED_CALL: {
771
775
  ACTION_NAME: "INITIATE_MASKED_CALL",
@@ -804,5 +808,9 @@ module.exports = {
804
808
  templateName: "CART_ITEM_REMINDER_CUSTOMER_SUCCESS",
805
809
  requiredParams: ["type", "data"],
806
810
  },
811
+ BOOKING_ONGOING_AFTER_CUTOFF_TIME: {
812
+ templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
813
+ requiredParams: ["type", "data"],
814
+ },
807
815
  },
808
816
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.57",
3
+ "version": "1.2.59",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }