ins-queue-actions 1.1.83 → 1.1.84

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.
@@ -9,10 +9,6 @@ module.exports = {
9
9
  templateName: "ADMIN_EMAIL_VERIFICATION",
10
10
  requiredParams: ["name", "otpCode"],
11
11
  },
12
- EMAIL_NOTIFICATION: {
13
- templateName: "EMAIL_NOTIFICATION",
14
- requiredParams: ["name", "message"],
15
- },
16
12
  RESET_PASSWORD: {
17
13
  templateName: "RESET_PASSWORD",
18
14
  requiredParams: ["name", "link"],
@@ -85,6 +81,10 @@ module.exports = {
85
81
  templateName: "EMAIL_NOTIFICATION",
86
82
  requiredParams: ["name", "message"],
87
83
  },
84
+ CUSTOMER_EMAIL_NOTIFICATION: {
85
+ templateName: "CUSTOMER_EMAIL_NOTIFICATION",
86
+ requiredParams: ["name", "message"],
87
+ },
88
88
  SERVICE_PARTNER_APPROVED: {
89
89
  templateName: "SERVICE_PARTNER_APPROVED",
90
90
  requiredParams: ["firstName", "link"],
@@ -204,6 +204,10 @@ module.exports = {
204
204
  templateName: "CUSTOMER_SCHEDULED_BOOKING_UNSUCCESSFUL",
205
205
  requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
206
206
  },
207
+ CUSTOMER_ONDEMAND_BOOKING_UNSUCCESSFUL: {
208
+ templateName: "CUSTOMER_ONDEMAND_BOOKING_UNSUCCESSFUL",
209
+ requiredParams: ["bookingId", "displayedBookingId"],
210
+ },
207
211
  SP_CANCELLED_ORDER: {
208
212
  templateName: "SP_CANCELLED_ORDER",
209
213
  requiredParams: ["bookingId", "displayedBookingId"],
@@ -355,6 +359,10 @@ module.exports = {
355
359
  templateName: "CUSTOMER_WAIT_SEARCHING_SP",
356
360
  requiredParams: [],
357
361
  },
362
+ CUSTOMER_SEARCHING_SP_FAILED: {
363
+ templateName: "CUSTOMER_SEARCHING_SP_FAILED",
364
+ requiredParams: ["bookingId", "displayedBookingId"],
365
+ },
358
366
  CUSTOMER_ORDER_PLACED: {
359
367
  templateName: "CUSTOMER_ORDER_PLACED",
360
368
  requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.83",
3
+ "version": "1.1.84",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }