ins-queue-actions 1.2.5 → 1.2.6

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.
@@ -17,7 +17,10 @@ module.exports = {
17
17
  templateName: "CUSTOMER_EMAIL_VERIFICATION",
18
18
  requiredParams: ["name", "otpCode"],
19
19
  },
20
-
20
+ NOTIFY_CUSTOMER_SERVICE_COMPLETE: {
21
+ templateName: "NOTIFY_CUSTOMER_SERVICE_COMPLETE",
22
+ requiredParams: ["bookingId", "displayedBookingId"],
23
+ },
21
24
  SERVICE_PARTNER_EMAIL_VERIFICATION: {
22
25
  templateName: "SERVICE_PARTNER_EMAIL_VERIFICATION",
23
26
  requiredParams: ["name", "otpCode"],
@@ -177,6 +180,10 @@ module.exports = {
177
180
  templateName: "ADMIN_MOBILE_VERIFICATION",
178
181
  requiredParams: ["otpCode"],
179
182
  },
183
+ NOTIFY_CUSTOMER_SERVICE_COMPLETE: {
184
+ templateName: "NOTIFY_CUSTOMER_SERVICE_COMPLETE",
185
+ requiredParams: ["bookingId", "displayedBookingId"],
186
+ },
180
187
  CUSTOMER_MOBILE_VERIFICATION: {
181
188
  templateName: "CUSTOMER_MOBILE_VERIFICATION",
182
189
  requiredParams: ["otpCode"],
@@ -398,7 +405,10 @@ module.exports = {
398
405
  templateName: "NEW_ONDEMAND_REQUEST",
399
406
  requiredParams: ["service", "price", "zipCode", "tip"],
400
407
  },
401
-
408
+ NOTIFY_CUSTOMER_SERVICE_COMPLETE: {
409
+ templateName: "NOTIFY_CUSTOMER_SERVICE_COMPLETE",
410
+ requiredParams: ["bookingId", "displayedBookingId"],
411
+ },
402
412
  NEW_SCHEDULED_REQUEST: {
403
413
  templateName: "NEW_SCHEDULED_REQUEST",
404
414
  requiredParams: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }