ins-queue-actions 1.2.58 → 1.2.60

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.
@@ -808,5 +808,19 @@ module.exports = {
808
808
  templateName: "CART_ITEM_REMINDER_CUSTOMER_SUCCESS",
809
809
  requiredParams: ["type", "data"],
810
810
  },
811
+ BOOKING_ONGOING_AFTER_CUTOFF_TIME: {
812
+ templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
813
+ requiredParams: ["type", "data"],
814
+ },
811
815
  },
816
+ CALL_NOTIFICATION: {
817
+ CUSTOMER_MOBILE_VERIFICATION: {
818
+ templateName: "CUSTOMER_MOBILE_VERIFICATION",
819
+ requiredParams: ["to", "otpCode"],
820
+ },
821
+ SERVICE_PARTNER_MOBILE_VERIFICATION: {
822
+ templateName: "SERVICE_PARTNER_MOBILE_VERIFICATION",
823
+ requiredParams: ["to", "otpCode"],
824
+ },
825
+ }
812
826
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }