ins-queue-actions 1.1.56 → 1.1.57

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.
@@ -196,7 +196,7 @@ module.exports = {
196
196
  },
197
197
  SERVICE_OTP_VERIFIED: {
198
198
  templateName: "SERVICE_OTP_VERIFIED",
199
- requiredParams: [],
199
+ requiredParams: ["bookingId", "displayedBookingId"],
200
200
  },
201
201
  CUSTOMER_WAIT_SEARCHING_SP: {
202
202
  templateName: "CUSTOMER_WAIT_SEARCHING_SP",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }