ins-queue-actions 1.1.72 → 1.1.74

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.
@@ -87,7 +87,7 @@ module.exports = {
87
87
  },
88
88
  SERVICE_PARTNER_APPROVED: {
89
89
  templateName: "SERVICE_PARTNER_APPROVED",
90
- requiredParams: ["firstName"],
90
+ requiredParams: ["firstName", "link"],
91
91
  },
92
92
  },
93
93
  SEND_SMS: {
@@ -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: [
@@ -193,7 +197,7 @@ module.exports = {
193
197
  },
194
198
  SERVICE_PARTNER_APPROVED: {
195
199
  templateName: "SERVICE_PARTNER_APPROVED",
196
- requiredParams: ["firstName"],
200
+ requiredParams: ["firstName", "link"],
197
201
  },
198
202
  COMPLETE_REGISTRATION_SMS: {
199
203
  templateName: "COMPLETE_REGISTRATION_SMS",
@@ -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.74",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }