ins-queue-actions 1.1.72 → 1.1.73

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.
@@ -121,6 +121,10 @@ module.exports = {
121
121
  templateName: "SERVICE_OTP_VERIFIED",
122
122
  requiredParams: [],
123
123
  },
124
+ SP_ENROUTE: {
125
+ templateName: "SP_ENROUTE",
126
+ requiredParams: [],
127
+ },
124
128
  CUSTOMER_ORDER_PLACED: {
125
129
  templateName: "CUSTOMER_ORDER_PLACED",
126
130
  requiredParams: [
@@ -238,6 +242,10 @@ module.exports = {
238
242
  templateName: "SERVICE_OTP_VERIFIED",
239
243
  requiredParams: ["bookingId", "displayedBookingId"],
240
244
  },
245
+ SP_ENROUTE: {
246
+ templateName: "SP_ENROUTE",
247
+ requiredParams: ["bookingId", "displayedBookingId"],
248
+ },
241
249
  CUSTOMER_WAIT_SEARCHING_SP: {
242
250
  templateName: "CUSTOMER_WAIT_SEARCHING_SP",
243
251
  requiredParams: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }